Do not display the banner when keys backup is sending keys

This commit is contained in:
Benoit Marty 2019-07-10 17:57:30 +02:00 committed by Benoit Marty
parent c8ab53e39c
commit ddf4a81905
1 changed files with 11 additions and 10 deletions

View File

@ -217,7 +217,8 @@ class KeysBackupBanner @JvmOverloads constructor(
}

private fun renderBackingUp() {
isVisible = true
// Do not render when backing up anymore
isVisible = false

textView1.setText(R.string.keys_backup_banner_in_progress)
loading.isVisible = true