Simple-Commons/commons
darthpaul ebe391da3c fix: moving when app can manage media
- avoid calling activity.updateSDK30Uris in each iteration for copy/move
- especially when moving, since deleteSourceFile is called in the callback of activity.updateSDK30Uris,
- in most cases, the async task would have called the code in  onPostExecute and the UI would have tried to load before the deletion completes
- we move the call to activity.updateSDK30Uris in BaseSimpleActivity.copyMoveFilesTo, so it happens early enough and is batched for all the files instead of per iteration
2022-05-24 23:51:05 +01:00
..
src/main fix: moving when app can manage media 2022-05-24 23:51:05 +01:00
.gitignore
build.gradle updating glide to 4.13.1 2022-04-25 10:09:50 +02:00
proguard-rules.pro