~aleteoryx/muditaos

ccb9e602b9f52be588fbfcd34ab0497ec7146918 — Paweł Joński 4 years ago b272683
[BH-1232] Fix 2nd deep press info on onboarding screen

Fix 2nd deep press info on onboarding screen
M products/BellHybrid/apps/application-bell-onboarding/ApplicationBellOnBoarding.cpp => products/BellHybrid/apps/application-bell-onboarding/ApplicationBellOnBoarding.cpp +2 -5
@@ 192,11 192,8 @@ namespace app
            informationState = OnBoarding::InformationStates::DeepClickCorrectionInfo;
            displayInformation(msg->getWindowName());
        }
        if (selectedWindowCondition && informationState == OnBoarding::InformationStates::DeepClickCorrectionInfo) {
            informationState = OnBoarding::InformationStates::RotateInfo;
        }

        if (msg->getSenderWindowName() != gui::window::name::informationOnBoardingWindow) {
        else if (selectedWindowCondition &&
                 informationState == OnBoarding::InformationStates::DeepClickCorrectionInfo) {
            informationState = OnBoarding::InformationStates::RotateInfo;
        }
    }