[EGD-6673] Temporary fix cellular requesting for pin Temporary fix for cellular pin request popup. To be fully integrated with SimLockHandler.
2 files changed, 3 insertions(+), 2 deletions(-) M module-apps/application-desktop/windows/DesktopMainWindow.cpp M module-apps/locks/handlers/PinLockHandler.cpp
M module-apps/application-desktop/windows/DesktopMainWindow.cpp => module-apps/application-desktop/windows/DesktopMainWindow.cpp +2 -0
@@ 98,6 98,8 @@ namespace gui { auto app = getAppDesktop(); app->lockHandler.unlockScreen(); setActiveState(); if (osUpdateVer == osCurrentVer && osUpdateVer != updateos::initSysVer &&
M module-apps/locks/handlers/PinLockHandler.cpp => module-apps/locks/handlers/PinLockHandler.cpp +1 -2
@@ 339,10 339,9 @@ namespace gui void PinLockHandler::unlockScreen() { if (getStrongestLock().isType(Lock::LockType::Screen) && !app->isLockScreenPasscodeOn()) { if (getStrongestLock().isType(Lock::LockType::Screen)) { screenLock.lockState = gui::Lock::LockState::Unlocked; } unlock(); } void PinLockHandler::setSimLockHandled() noexcept