Merge "Fix intermittent PIP crash." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9dc02c4a70
@@ -510,7 +510,7 @@ public class PipTouchHandler {
|
||||
mHandler.removeCallbacks(mShowTargetAction);
|
||||
|
||||
if (mTargetViewContainer.isAttachedToWindow()) {
|
||||
mWindowManager.removeView(mTargetViewContainer);
|
||||
mWindowManager.removeViewImmediate(mTargetViewContainer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user