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

Commit 24904aa7 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

fixed build breakage due to bad merge.

Change-Id: I0c6da2e831bfbe770b16a8763513b3d2895f6f60
parent 3984bbc0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1044,7 +1044,6 @@ final class ActivityRecord {
        // First find the real culprit...  if this activity is waiting for
        // another activity to start or has stopped, then the key dispatching
        // timeout should not be caused by this.
        ActivityRecord r = this;
        if (mStackSupervisor.mWaitingVisibleActivities.contains(this) || stopped) {
            final ActivityStack stack = mStackSupervisor.getFocusedStack();
            // Try to use the one which is closest to top.