mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
parent
439cafdcf1
commit
067e49aeb7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue