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