Fix check registration when database not yet retrieved #1064

This commit is contained in:
J-Jamet
2021-08-29 15:34:56 +02:00
parent 6680039de7
commit 85e3464a15

View File

@@ -375,8 +375,6 @@ abstract class DatabaseLockActivity : DatabaseModeActivity(),
override fun onResume() {
super.onResume()
checkRegister()
// To refresh when back to normal workflow from selection workflow
mAutoSaveEnable = PreferencesUtil.isAutoSaveDatabaseEnabled(this)