Simple-Gallery/app
darthpaul dad1a6e817 fix: position returning to 0
- for calling  refreshUI(media, true) would refresh the view pager position, cause mPos to be set back to 0,
so we retain the original behaviour and call refreshUI(media, false)
- when items have been removed up until the last item in the adapter, the ViewPager's OnPageChangeListener.onPageSelected does not get called for the first item
so mPos is never set to zero and deletion fails.
- we add a call in OnPageChangeListener.onPageScrolled to call onPageSelected(0), when the position == 0 to fix this.
2022-05-16 18:44:23 +01:00
..
src fix: position returning to 0 2022-05-16 18:44:23 +01:00
.gitignore
build.gradle require the All Files access in foss and prepaid app variants 2022-05-14 15:15:43 +02:00
proguard-rules.pro adding some Reprint related proguard rule 2021-10-09 18:30:59 +02:00