crash fixed in Title::updateCounter, assertion message added to crash report

This commit is contained in:
John Preston
2016-03-15 15:18:12 +03:00
parent f13c61fbaf
commit 9e1a6d3d3d
5 changed files with 17 additions and 6 deletions
+2
View File
@@ -697,6 +697,8 @@ void Window::setupMain(bool anim, const MTPUser *self) {
}
void Window::updateCounter() {
if (App::quitting()) return;
psUpdateCounter();
title->updateCounter();
}