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

Commit 26b541b9 authored by Anton Potapov's avatar Anton Potapov
Browse files

Make Volume Dialog transparent by default

Flag: com.android.systemui.volume_redesign
Fixes: 388507601
Test: manual on a phone. Open Volume Dialog multiple times and observe
no flicker

Change-Id: I6670978aaa6d94a1e4b1bd33540f4943a9991b3f
parent d1f16038
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    android:id="@+id/volume_dialog_root"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:alpha="0"
    android:clipChildren="false"
    app:layoutDescription="@xml/volume_dialog_scene">

+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ constructor(
            MutableStateFlow(WindowInsets.Builder().build())
        // Root view of the Volume Dialog.
        val root: MotionLayout = dialog.requireViewById(R.id.volume_dialog_root)
        root.alpha = 0f

        animateVisibility(root, dialog, viewModel.dialogVisibilityModel)