#365 Password protection

Added log
This commit is contained in:
stefan-niedermann 2020-01-25 14:45:10 +01:00
parent 439cafdcf1
commit 067e49aeb7

View file

@ -58,6 +58,7 @@ public abstract class LockedActivity extends AppCompatActivity {
Log.v(TAG, "Successfully unlocked device");
Notes.unlock();
} else {
Log.e(TAG, "Result code of unlocking was " + resultCode);
finish();
}
break;