You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calling context has a permission check, but the returned file path is read/write without check, thus a crash happens when re-entering the app, when the `onResume` is invoked.
19
+
20
+
Reproduce crash:
21
+
22
+
1. enter the app from the home screen and allow the permission request
23
+
2. choose one meme item and enter the ``create meme activity''
24
+
3. go to system setting and revoke the storage permission
0 commit comments