mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-29 13:47:47 +00:00
Version 4.8.3: Fix statup crash with passcode.
This commit is contained in:
parent
1e9087db4a
commit
bcf91e2f2c
@ -1161,7 +1161,9 @@ void Application::lockByPasscode() {
|
||||
enumerateWindows([&](not_null<Window::Controller*> w) {
|
||||
w->setupPasscodeLock();
|
||||
});
|
||||
_mediaView->close();
|
||||
if (_mediaView) {
|
||||
_mediaView->close();
|
||||
}
|
||||
}
|
||||
|
||||
void Application::maybeLockByPasscode() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user