mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
removing a check from sorting, not sure why was it there
This commit is contained in:
@ -68,13 +68,9 @@ class ChangeSortingDialog(val activity: Activity, val isDirectorySorting: Boolea
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (isDirectorySorting) {
|
if (isDirectorySorting) {
|
||||||
if (config.directorySorting != sorting) {
|
config.directorySorting = sorting
|
||||||
config.directorySorting = sorting
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
if (config.sorting != sorting) {
|
config.sorting = sorting
|
||||||
config.sorting = sorting
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
callback.invoke()
|
callback.invoke()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user