~aleteoryx/muditaos

6e901d066b293bc7a2a182f342151cba7615160d — Marcin Zieliński 3 years ago 6b329ce
[MOS-350] Revert partially

The cleanup part (logs, translation) is
preserved. The main logic is reverted.
2 files changed, 1 insertions(+), 6 deletions(-)

M module-apps/apps-common/ApplicationCommonPopupBlueprints.cpp
M pure_changelog.md
M module-apps/apps-common/ApplicationCommonPopupBlueprints.cpp => module-apps/apps-common/ApplicationCommonPopupBlueprints.cpp +1 -5
@@ 106,14 106,10 @@ namespace app
        popupBlueprint.registerBlueprint(ID::PhoneLockChangeInfo, phoneLockBlueprint);

        auto simLockBlueprint = [&](gui::popup::ID id, std::unique_ptr<gui::PopupRequestParams> &params) {
            auto popupParams = dynamic_cast<gui::SimUnlockInputRequestParams *>(params.get());
            auto popupParams = dynamic_cast<const gui::SimUnlockInputRequestParams *>(params.get());
            if (popupParams == nullptr) {
                return false;
            }

            popupParams->setDisposition(gui::popup::Disposition{gui::popup::Disposition::Priority::High,
                                                                gui::popup::Disposition::WindowType::Popup,
                                                                params->getPopupId()});
            switchWindowPopup(gui::popup::resolveWindowName(id),
                              popupParams->getDisposition(),
                              std::make_unique<locks::SimLockData>(popupParams->getLock(),

M pure_changelog.md => pure_changelog.md +0 -1
@@ 12,7 12,6 @@
* Fixed issue with inability to send SMS
* Fixed mixed SMS messages
* Fixed disappearing manual alarm and vibration volume setting in German
* Fixed SIM card pop-ups not showing
* Fixed lost bytes in logs
* Fixed passcode lock time discrepancy between lock screen and 'Wrong password' popup
* Fixed cellular DMA errors