Open data/obb folder in system app on Android 14+#152
Open data/obb folder in system app on Android 14+#152naveensingh merged 2 commits intoFossifyOrg:masterfrom
Conversation
|
Just one issue, the progress bar never goes away. It should be selectively hidden for this case. Tap data/obb ➜ Progress bar appears ➜ Open in system app ➜ Do (evil) things to other apps' data ➜ Press back ➜ The progress bar is still there hoping the files will load anytime now. |
I noticed that, but it's unrelated to this issue. It's already there in the current releases. |
Yes, but there's a minor difference. In the latest release, the behavior is not polished but successfully granting the SAF permission does hide progress bar. With current changes, keeping the progress bar is not correct because we know that there's no more file loading going on and the user will be navigating away.
I think it will be safer to call |
ef2d0af to
782a4ba
Compare
Done |
|
|
782a4ba to
be63e6f
Compare
Updated for this app |
naveensingh
left a comment
There was a problem hiding this comment.
And it works™ :)
Thank you!
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
On Android 14+
Fixes the following issue(s)
Relies on the following changes
Acknowledgement