Skip to content
Snippets Groups Projects
Commit 7529e2e3 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

conversations: turn off request filter when switching accounts

Change-Id: Icbf4b20ae23360262d6ed0214101c8775ac9e9d8
parent cbcc0e47
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,12 @@ ConversationsAdapter::onCurrentAccountIdChanged()
connectConversationModel();
set_profileTypeFilter(lrcInstance_->getCurrentAccountInfo().profileInfo.type);
// Always turn the requests filter off when switching account.
// Conversation selection will manage the filter state in the
// case of programmatic selection(incoming call, notification
// activation, etc.).
set_filterRequests(false);
}
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