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

Commit 47dea3b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reduce effect on PipMenuActivity during animation" into oc-dev

parents aaeb5123 5e8ecb0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,5 +21,6 @@
    <style name="PipTheme" parent="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:backgroundDimEnabled">false</item>
        <item name="android:windowDisablePreview">true</item>
     </style>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -195,6 +195,7 @@ public class PipMenuActivity extends Activity {

        updateFromIntent(getIntent());
        setTitle(R.string.pip_menu_title);
        setDisablePreviewScreenshots(true);
    }

    @Override