Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fcc08fb8 authored by Grace Kloba's avatar Grace Kloba Committed by Android Git Automerger
Browse files

am 8831d4dc: am 8f655cb6: Merge "Update the comment which supposed to be...

am 8831d4dc: am 8f655cb6: Merge "Update the comment which supposed to be checked in in the last CL." into froyo

Merge commit '8831d4dc' into kraken

* commit '8831d4dc':
  Update the comment which supposed to be checked in
parents 8dc38941 8831d4dc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -54,7 +54,8 @@ class PluginFullScreenHolder extends Dialog {
                ViewGroup.LayoutParams.MATCH_PARENT));
        // fixed size is only used either during pinch zoom or surface is too
        // big. Make sure it is not fixed size before setting it to the full
        // screen content view
        // screen content view. The SurfaceView will be set to the correct mode
        // by the ViewManager when it is re-attached to the WebView.
        if (contentView instanceof SurfaceView) {
            final SurfaceView sView = (SurfaceView) contentView;
            if (sView.isFixedSize()) {