mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
removing a check from sorting, not sure why was it there
This commit is contained in:
parent
6694649835
commit
747e007fd0
@ -68,14 +68,10 @@ class ChangeSortingDialog(val activity: Activity, val isDirectorySorting: Boolea
|
||||
}
|
||||
|
||||
if (isDirectorySorting) {
|
||||
if (config.directorySorting != sorting) {
|
||||
config.directorySorting = sorting
|
||||
}
|
||||
} else {
|
||||
if (config.sorting != sorting) {
|
||||
config.sorting = sorting
|
||||
}
|
||||
}
|
||||
callback.invoke()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user