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
No related branches found
No related tags found
No related merge requests found
......@@ -141,9 +141,6 @@ ConversationsAdapter::safeInit()
Qt::UniqueConnection);
connectConversationModel();
// Select the first conversation, more useful than the welcome view
convModel_->select(0);
}
void
......@@ -158,9 +155,6 @@ ConversationsAdapter::onCurrentAccountIdChanged()
// case of programmatic selection(incoming call, notification
// activation, etc.).
set_filterRequests(false);
// Select the first conversation, more useful than the welcome view
convModel_->select(0);
}
void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment