Added gallery details
Added dark mode
This commit is contained in:
@@ -58,7 +58,7 @@ class LockActivity : AppCompatActivity() {
|
||||
|
||||
when(mode) {
|
||||
null -> {
|
||||
if (lockManager.empty()) {
|
||||
if (lockManager.isEmpty()) {
|
||||
setResult(RESULT_OK)
|
||||
finish()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user