Clean unread count when the user logs out

fixes #60
This commit is contained in:
Konstantinos Sideris 2017-10-21 16:46:11 +03:00
parent 622772a44b
commit 47d1546adf
1 changed files with 2 additions and 0 deletions

View File

@ -277,6 +277,8 @@ ChatPage::resetUI()
user_info_widget_->reset();
view_manager_->clearAll();
AvatarProvider::clear();
showUnreadMessageNotification(0);
}
void