mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Hide secure backup "backing up keys" banner
Change-Id: I432561ac30d70509c38e07e8ed3ea4cecb9fe4b2
This commit is contained in:
parent
9d25264a19
commit
75a9c748af
1 changed files with 3 additions and 0 deletions
|
@ -178,11 +178,14 @@ class KeysBackupBanner @JvmOverloads constructor(
|
|||
}
|
||||
|
||||
private fun renderBackingUp() {
|
||||
isVisible = false
|
||||
/*
|
||||
isVisible = true
|
||||
views.viewKeysBackupBannerText1.setText(R.string.secure_backup_banner_setup_line1)
|
||||
views.viewKeysBackupBannerText2.isVisible = true
|
||||
views.viewKeysBackupBannerText2.setText(R.string.keys_backup_banner_in_progress)
|
||||
views.viewKeysBackupBannerLoading.isVisible = true
|
||||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue