Code Cleanup
This commit is contained in:
parent
94a84b0b24
commit
976d9d53cc
2 changed files with 0 additions and 16 deletions
|
@ -71,7 +71,6 @@ class BackupFragment : Fragment(R.layout.fragment_backup), BackupAdapter.BackupC
|
|||
|
||||
private fun checkIsEmpty() {
|
||||
val isEmpty = backupAdapter!!.itemCount == 0
|
||||
binding.emptyText.isVisible = isEmpty
|
||||
binding.backupTitle.isVisible = !isEmpty
|
||||
binding.backupRecyclerview.isVisible = !isEmpty
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue