mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-26 06:58:37 +00:00
Fixed wrong status bar color when non-default account registration fails
This commit is contained in:
parent
294f7f6fae
commit
a64e13a021
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class MainViewModel @UiThread constructor() : ViewModel() {
|
||||||
val label = AppUtils.getString(
|
val label = AppUtils.getString(
|
||||||
R.string.connection_error_for_non_default_account
|
R.string.connection_error_for_non_default_account
|
||||||
)
|
)
|
||||||
addAlert(SINGLE_CALL, label)
|
addAlert(NON_DEFAULT_ACCOUNT_NOT_CONNECTED, label)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
RegistrationState.Ok -> {
|
RegistrationState.Ok -> {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue