~aleteoryx/muditaos

64675423067971e515494ae451b6faa9068449ab — Maciej-Mudita 3 years ago 639ff8c
[MOS-831] Fix screen lock during onboarding

When the user locked the screen during onboarding,
the lock screen appeared but without the current time and date.
2 files changed, 2 insertions(+), 1 deletions(-)

M module-apps/application-onboarding/ApplicationOnBoarding.cpp
M pure_changelog.md
M module-apps/application-onboarding/ApplicationOnBoarding.cpp => module-apps/application-onboarding/ApplicationOnBoarding.cpp +1 -1
@@ 60,7 60,7 @@ namespace app
            return retMsg;
        }

        return sys::msgNotHandled();
        return handleAsyncResponse(resp);
    }

    sys::ReturnCodes ApplicationOnBoarding::InitHandler()

M pure_changelog.md => pure_changelog.md +1 -0
@@ 42,6 42,7 @@
* Fixed disappearing "confirm" button in PIN entering screen
* Fixed looping on the SIM card selection screen
* Fixed adding country code prefix to existing contact
* Fixed screen lock during onboarding

### Added
* Added a popup for changing the SIM card