am 087384b0: am f3251033: Merge "Framework/base: Added synchronization block to avoid race condition"
* commit '087384b0af6fd3912a3d3e32b9ade7e4604e6537': 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