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

Commit 356c628e authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

fixed build breakage due to bad merge. again...

Change-Id: I601bade61837e4408be083530d10c48c0595b38c
parent 2e6d1254
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ public final class ActivityStackSupervisor implements DisplayListener {
                final ActivityStack stack = stacks.get(stackNdx);
                final ActivityRecord r = stack.mResumedActivity;
                if (r != null) {
                    if (!r.nowVisible || r.waitingVisible) {
                    if (!r.nowVisible || mWaitingVisibleActivities.contains(r)) {
                        return false;
                    }
                    foundResumed = true;