fix: position returning to 0 after moving file

This commit is contained in:
darthpaul 2022-05-24 23:42:14 +01:00
parent ec6e532c52
commit c33443ed4e
1 changed files with 1 additions and 1 deletions

View File

@ -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()
}
}