Skip to content
Snippets Groups Projects
Commit 8cd2a475 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Revert "conversationsadapter: select first conversation"

This reverts commit 0c1b1cd4.

Reason for revert: #658 (comment 33744)

Change-Id: I5bdacea0bd414fe270697566d08db20f279e9349
parent 045b93c1
Branches
Tags
No related merge requests found
...@@ -141,9 +141,6 @@ ConversationsAdapter::safeInit() ...@@ -141,9 +141,6 @@ ConversationsAdapter::safeInit()
Qt::UniqueConnection); Qt::UniqueConnection);
connectConversationModel(); connectConversationModel();
// Select the first conversation, more useful than the welcome view
convModel_->select(0);
} }
void void
...@@ -158,9 +155,6 @@ ConversationsAdapter::onCurrentAccountIdChanged() ...@@ -158,9 +155,6 @@ ConversationsAdapter::onCurrentAccountIdChanged()
// case of programmatic selection(incoming call, notification // case of programmatic selection(incoming call, notification
// activation, etc.). // activation, etc.).
set_filterRequests(false); set_filterRequests(false);
// Select the first conversation, more useful than the welcome view
convModel_->select(0);
} }
void void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment