mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-31 19:54:48 +01:00
fix: position returning to 0 after moving file
This commit is contained in:
parent
ec6e532c52
commit
c33443ed4e
@ -1232,7 +1232,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||
private fun refreshViewPager() {
|
||||
if (config.getFolderSorting(mDirectory) and SORT_BY_RANDOM == 0) {
|
||||
GetMediaAsynctask(applicationContext, mDirectory, false, false, mShowAll) {
|
||||
gotMedia(it, refetchViewPagerPosition = true)
|
||||
gotMedia(it, refetchViewPagerPosition = false)
|
||||
}.execute()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user