~aleteoryx/muditaos

8ec5cf677e5d4c5e3dac8f192b7519fbbdda3de2 — Tigran Soghbatyan 4 years ago b656756
[BH-1142] Fix exit from library volume view

Allow exiting the volume settings view with back or light click
M products/BellHybrid/apps/application-bell-background-sounds/windows/BGSoundsVolumeWindow.cpp => products/BellHybrid/apps/application-bell-background-sounds/windows/BGSoundsVolumeWindow.cpp +4 -0
@@ 56,6 56,10 @@ namespace gui

    bool BGSoundsVolumeWindow::onInput(const InputEvent &inputEvent)
    {
        if (inputEvent.isShortRelease(KeyCode::KEY_ENTER) || inputEvent.isShortRelease(KeyCode::KEY_RF)) {
            application->returnToPreviousWindow();
            return true;
        }
        resetTimer();
        auto data              = presenter->getVolumeData();
        const auto ret         = body->onInput(inputEvent);