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

Commit 146693c9 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Added Synchronization block to avoid Race condition" into jellybean

parents 83bf685e 8dc4ef1b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3577,8 +3577,10 @@ final class ActivityStack {
        }

        if (activityRemoved) {
            synchronized (mService) {
                resumeTopActivityLocked(null);
            }
        }

        return res;
    }