File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/org/thoughtcrime/securesms/ui/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ fun BaseBottomSheet(
81
81
WindowCompat .getInsetsController(window, view).isAppearanceLightStatusBars = isLight
82
82
// Set navigation bar color
83
83
WindowCompat .getInsetsController(window, view).isAppearanceLightNavigationBars = isLight
84
-
84
+
85
85
onDispose { window.isNavigationBarContrastEnforced = prev }
86
86
} else {
87
87
onDispose { }
Original file line number Diff line number Diff line change 16
16
<item name =" colorDividerBackground" >@color/gray50</item >
17
17
<item name =" colorPrimaryVariant" >?colorPrimary</item >
18
18
<item name =" bottomSheetDialogTheme" >@style/Theme.Session.BottomSheet</item >
19
- <item name =" android:backgroundDimEnabled" >true </item >
20
- <item name =" android:backgroundDimAmount" >0.6 </item >
19
+ <item name =" android:backgroundDimEnabled" >false </item >
20
+ <item name =" android:backgroundDimAmount" >0</item >
21
21
<item name =" dialogCornerRadius" >@dimen/dialog_corner_radius</item >
22
22
<item name =" android:alertDialogTheme" >@style/ThemeOverlay.Session.AlertDialog</item >
23
23
<item name =" alertDialogTheme" >@style/ThemeOverlay.Session.AlertDialog</item >
You can’t perform that action at this time.
0 commit comments