Merge "Revert the change that remove the video layout listener."
This commit is contained in:
committed by
Android (Google) Code Review
commit
fd1b6f408c
@@ -107,8 +107,6 @@ public class ToggleScreenMagnificationPreferenceFragment extends
|
|||||||
videoView.setLayoutParams(videoLp);
|
videoView.setLayoutParams(videoLp);
|
||||||
videoView.invalidate();
|
videoView.invalidate();
|
||||||
videoView.start();
|
videoView.start();
|
||||||
mVideoBackgroundView.getViewTreeObserver()
|
|
||||||
.removeOnGlobalLayoutListener(mLayoutListener);
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user