am f3251033: Merge "Framework/base: Added synchronization block to avoid race condition"
* commit 'f325103356c559d6378da7fb7db3b2a49aba5d13': Framework/base: Added synchronization block to avoid race condition
This commit is contained in:
@@ -3655,7 +3655,9 @@ final class ActivityStack {
|
||||
}
|
||||
|
||||
if (activityRemoved) {
|
||||
resumeTopActivityLocked(null);
|
||||
synchronized (mService) {
|
||||
resumeTopActivityLocked(null);
|
||||
}
|
||||
}
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user