[BH-1142] Fix exit from library volume view Allow exiting the volume settings view with back or light click
1 files changed, 4 insertions(+), 0 deletions(-) M products/BellHybrid/apps/application-bell-background-sounds/windows/BGSoundsVolumeWindow.cpp
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);