Merge "Force additional layout pass after drawing" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9dba107328
@@ -9539,6 +9539,9 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
+ " interesting=" + numInteresting
|
||||
+ " drawn=" + wtoken.numDrawnWindows);
|
||||
wtoken.allDrawn = true;
|
||||
// Force an additional layout pass where WindowStateAnimator#
|
||||
// commitFinishDrawingLocked() will call performShowLocked().
|
||||
displayContent.layoutNeeded = true;
|
||||
mH.obtainMessage(H.NOTIFY_ACTIVITY_DRAWN, wtoken.token).sendToTarget();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user