Remove usage of grid layouts

This commit is contained in:
topjohnwu
2020-07-04 03:28:10 -07:00
parent bd14994eb9
commit 0f7caa66fb
8 changed files with 7 additions and 31 deletions
@@ -42,7 +42,7 @@ class DarkThemeDialog : DialogEvent(), ActivityExecutor {
}
private fun selectTheme(mode: Int) {
Config.darkThemeExtended = mode
Config.darkTheme = mode
activity?.get()?.recreate()
}