Update vault list even when the last vault got deleted to show no vaults
This commit is contained in:
parent
f39cc8da7c
commit
8b51aa63e3
@ -46,7 +46,6 @@ import org.cryptomator.presentation.ui.activity.LicenseCheckActivity
|
||||
import org.cryptomator.presentation.ui.activity.view.VaultListView
|
||||
import org.cryptomator.presentation.ui.dialog.AppIsObscuredInfoDialog
|
||||
import org.cryptomator.presentation.ui.dialog.AskForLockScreenDialog
|
||||
import org.cryptomator.presentation.ui.dialog.BetaConfirmationDialog
|
||||
import org.cryptomator.presentation.ui.dialog.EnterPasswordDialog
|
||||
import org.cryptomator.presentation.ui.dialog.UpdateAppAvailableDialog
|
||||
import org.cryptomator.presentation.ui.dialog.UpdateAppDialog
|
||||
@ -272,8 +271,8 @@ class VaultListPresenter @Inject constructor( //
|
||||
view?.showVaultCreationHint()
|
||||
} else {
|
||||
view?.hideVaultCreationHint()
|
||||
view?.renderVaultList(vaultModels)
|
||||
}
|
||||
view?.renderVaultList(vaultModels)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user