mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-09-30 18:12:32 +02:00
Fixes the new theme parameter
This commit is contained in:
@@ -72,7 +72,7 @@ class MainActivity : AppCompatActivity() {
|
||||
StringResSetup()
|
||||
|
||||
val sharedPreferencesViewModel = prepareSharedViewModel()
|
||||
AmethystTheme(sharedPreferencesViewModel) {
|
||||
AmethystTheme(sharedPreferencesViewModel.sharedPrefs.theme) {
|
||||
val accountStateViewModel: AccountStateViewModel = viewModel()
|
||||
|
||||
LaunchedEffect(key1 = Unit) {
|
||||
|
Reference in New Issue
Block a user