~aleteoryx/muditaos

0dedf10ebba1d5fd636dd3e590925528c0cb173d — Maciej Janicki 4 years ago 706b5f2
[BH-1202] Fix nap alarm after back

Fix alarm ringing after back
M products/BellHybrid/apps/application-bell-powernap/windows/PowerNapProgressWindow.cpp => products/BellHybrid/apps/application-bell-powernap/windows/PowerNapProgressWindow.cpp +1 -0
@@ 112,6 112,7 @@ namespace gui
                return true;
            }
            else if (not presenter->isNapFinished() && key == KeyMap::Back) {
                presenter->endNap();
                application->returnToPreviousWindow();
                return true;
            }