aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-02-09 12:34:00 +0100
committerdec05eba <dec05eba@protonmail.com>2021-02-09 12:34:00 +0100
commit43f21b54ff2ff80ed1d480b07116ba0cfa0b5e47 (patch)
tree3d4a775f7324c247bdd95641e47ecfcb12236504 /src/QuickMedia.cpp
parent02071aa486675ab521d180adbdc830bedb17ffa2 (diff)
Matrix: dont change seleection, or something
Diffstat (limited to 'src/QuickMedia.cpp')
-rw-r--r--src/QuickMedia.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/QuickMedia.cpp b/src/QuickMedia.cpp
index 5d4f7bd..6970920 100644
--- a/src/QuickMedia.cpp
+++ b/src/QuickMedia.cpp
@@ -1114,7 +1114,6 @@ namespace QuickMedia {
} else if(new_tabs.size() == 1 && new_tabs[0].page->get_type() == PageTypez::CHAT) {
current_page = PageType::CHAT;
current_chat_room = matrix->get_room_by_id(selected_item->url);
- tabs[selected_tab].body->select_first_item();
while(window.isOpen()) {
bool move_room = chat_page(static_cast<MatrixChatPage*>(new_tabs[0].page.get()), current_chat_room, tabs, selected_tab, tab_associated_data[selected_tab]);
if(!move_room)