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

Commit f3251033 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Gerrit Code Review
Browse files

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

parents 1d8c5b5b dd2914e8
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3623,8 +3623,10 @@ final class ActivityStack {
        }

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

        return res;
    }