mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-30 11:14:48 +01:00
Merge pull request #524 from trubitsyn/patch-1
Camel case fix: tryloadGallery -> tryLoadGallery
This commit is contained in:
commit
22abab9473
@ -133,13 +133,13 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||
handleAppPasswordProtection {
|
||||
if (it) {
|
||||
mIsPasswordProtectionPending = false
|
||||
tryloadGallery()
|
||||
tryLoadGallery()
|
||||
} else {
|
||||
finish()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
tryloadGallery()
|
||||
tryLoadGallery()
|
||||
}
|
||||
}
|
||||
|
||||
@ -220,7 +220,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||
}
|
||||
}
|
||||
|
||||
private fun tryloadGallery() {
|
||||
private fun tryLoadGallery() {
|
||||
handlePermission(PERMISSION_WRITE_STORAGE) {
|
||||
if (it) {
|
||||
if (config.showAll) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user