Loading packages/SystemUI/src/com/android/systemui/volume/dialog/VolumeDialog.kt +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ constructor( } setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT) } setCancelable(false) setCanceledOnTouchOutside(true) } Loading Loading
packages/SystemUI/src/com/android/systemui/volume/dialog/VolumeDialog.kt +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ constructor( } setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.MATCH_PARENT) } setCancelable(false) setCanceledOnTouchOutside(true) } Loading