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 committed by Max Sandholm
parent 373bbd9421
commit efecd89e39

View File

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