Merge "Clear FLAG_STARTING_WINDOW_TRANSFER_RECIPIENT properly" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
53c901a01c
@@ -2882,6 +2882,7 @@ final class ActivityRecord extends WindowToken implements WindowManagerService.A
|
||||
mStartingData = null;
|
||||
mStartingSurface = null;
|
||||
mStartingWindow = null;
|
||||
mTransitionChangeFlags &= ~FLAG_STARTING_WINDOW_TRANSFER_RECIPIENT;
|
||||
if (surface == null) {
|
||||
ProtoLog.v(WM_DEBUG_STARTING_WINDOW, "startingWindow was set but "
|
||||
+ "startingSurface==null, couldn't remove");
|
||||
|
||||
Reference in New Issue
Block a user