Fixed wrong status bar color when non-default account registration fails

This commit is contained in:
Sylvain Berfini 2023-11-21 17:20:17 +01:00
parent 294f7f6fae
commit a64e13a021

View file

@ -149,7 +149,7 @@ class MainViewModel @UiThread constructor() : ViewModel() {
val label = AppUtils.getString(
R.string.connection_error_for_non_default_account
)
addAlert(SINGLE_CALL, label)
addAlert(NON_DEFAULT_ACCOUNT_NOT_CONNECTED, label)
}
}
RegistrationState.Ok -> {