forked from GitHub-Mirror/riotX-android
Do not display the banner when keys backup is sending keys
This commit is contained in:
parent
c8ab53e39c
commit
ddf4a81905
@ -217,7 +217,8 @@ class KeysBackupBanner @JvmOverloads constructor(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun renderBackingUp() {
|
private fun renderBackingUp() {
|
||||||
isVisible = true
|
// Do not render when backing up anymore
|
||||||
|
isVisible = false
|
||||||
|
|
||||||
textView1.setText(R.string.keys_backup_banner_in_progress)
|
textView1.setText(R.string.keys_backup_banner_in_progress)
|
||||||
loading.isVisible = true
|
loading.isVisible = true
|
||||||
|
Loading…
Reference in New Issue
Block a user