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

Commit 68b83a78 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix wrong states when waking up from doze via touch

Bug: 18337222
Change-Id: I1cdc213a798ddac18b09accbbc31c59aa2a2d6fc
parent c61cabe5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4065,6 +4065,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
            pm.wakeUp(time);
            if (fromTouch) {
                mScreenOnComingFromTouch = true;
                mNotificationPanel.setTouchDisabled(false);
            }
        }
    }