ebe391da3c
- 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 |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
build.gradle | ||
proguard-rules.pro |