mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-16 12:00:35 +01:00
Camel case fix: tryloadGallery -> tryLoadGallery
This commit is contained in:
parent
b9b6b80120
commit
0bff18bb2c
@ -133,13 +133,13 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||||||
handleAppPasswordProtection {
|
handleAppPasswordProtection {
|
||||||
if (it) {
|
if (it) {
|
||||||
mIsPasswordProtectionPending = false
|
mIsPasswordProtectionPending = false
|
||||||
tryloadGallery()
|
tryLoadGallery()
|
||||||
} else {
|
} else {
|
||||||
finish()
|
finish()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
tryloadGallery()
|
tryLoadGallery()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -220,7 +220,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun tryloadGallery() {
|
private fun tryLoadGallery() {
|
||||||
handlePermission(PERMISSION_WRITE_STORAGE) {
|
handlePermission(PERMISSION_WRITE_STORAGE) {
|
||||||
if (it) {
|
if (it) {
|
||||||
if (config.showAll) {
|
if (config.showAll) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user