mirror of https://github.com/procxx/kepka.git
fixed title back button after logout, fixed crash on relogin
This commit is contained in:
parent
9efe16b6b4
commit
2e97f8b07a
|
@ -1290,6 +1290,8 @@ namespace App {
|
|||
delete *i;
|
||||
}
|
||||
documentsData.clear();
|
||||
cSetRecentStickers(RecentStickerPack());
|
||||
cSetStickersHash(QByteArray());
|
||||
::videoItems.clear();
|
||||
::audioItems.clear();
|
||||
::documentItems.clear();
|
||||
|
|
|
@ -434,6 +434,7 @@ void Window::clearWidgets() {
|
|||
intro->rpcInvalidate();
|
||||
intro = 0;
|
||||
}
|
||||
title->updateBackButton();
|
||||
}
|
||||
|
||||
void Window::setupIntro(bool anim) {
|
||||
|
|
Loading…
Reference in New Issue