mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Handle forum-non_forum changes in realtime.
This commit is contained in:
@@ -328,7 +328,7 @@ Widget::Widget(
|
||||
}, lifetime());
|
||||
_lockUnlock->setClickedCallback([this] {
|
||||
_lockUnlock->setIconOverride(&st::dialogsUnlockIcon, &st::dialogsUnlockIconOver);
|
||||
Core::App().lockByPasscode();
|
||||
Core::App().maybeLockByPasscode();
|
||||
_lockUnlock->setIconOverride(nullptr);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user