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

Commit 36470be6 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Prevent key dispatch ANR on rapid change of orientation." into froyo

parents e080c01b 4be257e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5800,6 +5800,8 @@ public class WindowManagerService extends IWindowManager.Stub
                // timeout checks from now; otherwise look at whether we timed
                // out before awakening.
                if (mWasFrozen) {
                    // Set startTime to the current time in addition to setting waitedFor to zero.
                    startTime = SystemClock.uptimeMillis();
                    waitedFor = 0;
                    mWasFrozen = false;
                } else {