Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0444c20 authored by Demon000's avatar Demon000 Committed by Luca Stefani
Browse files

DozeUi: do not prepare for gentle wakeup

The front scrim doesn't actually animate back to being fully transparent
after this method is called. Remove the offending call to fix this issue.

Change-Id: I83e4fc3af15b8f217a538d7d9a47254518fb0cd7
parent aebfbfd3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -132,7 +132,6 @@ public class DozeUi implements DozeMachine.Part {
                break;
            case DOZE:
            case DOZE_AOD_PAUSED:
                mHost.prepareForGentleWakeUp();
                unscheduleTimeTick();
                break;
            case DOZE_REQUEST_PULSE: