Remove Beta disclaimer dialog

This commit is contained in:
Julian Raufelder 2021-10-15 15:35:20 +02:00
parent 7e5d64fe6a
commit 9074ae5aae
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -104,10 +104,6 @@ class VaultListPresenter @Inject constructor( //
sharedPreferencesHandler.setScreenLockDialogAlreadyShown()
}
if (!sharedPreferencesHandler.isBetaModeAlreadyShown()) {
view?.showDialog(BetaConfirmationDialog.newInstance());
}
checkLicense()
}