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

Commit 087384b0 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am f3251033: Merge "Framework/base: Added synchronization block to avoid race condition"

* commit 'f3251033':
  Framework/base: Added synchronization block to avoid race condition
parents d607b9c7 f3251033
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3655,8 +3655,10 @@ final class ActivityStack {
        }

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

        return res;
    }