-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Activity Not found exception #17396
Conversation
Important Maintainers: This PR contains Strings changes
|
7c392eb
to
a3e409e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like a Timber.w
. Implementer's choice
AnkiDroid/src/main/java/com/ichi2/anki/multimedia/MultimediaImageFragment.kt
Outdated
Show resolved
Hide resolved
339dcb4
to
0549ea1
Compare
AnkiDroid/src/main/java/com/ichi2/anki/multimedia/MultimediaImageFragment.kt
Show resolved
Hide resolved
0549ea1
to
2b49df2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - I think lukstbit items are all ticked off as well but re-pinging on that for agreement
Thanks for crushing a crash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Purpose / Description
MultimediaActivity
:ActivityNotFoundException
: No Activity found to handle Intent { act=android.intent.action.PICK dat=content://media/... } #17376Fixes
MultimediaActivity
:ActivityNotFoundException
: No Activity found to handle Intent { act=android.intent.action.PICK dat=content://media/... } #17376Approach
Use try-catch and show snackbar to the user
How Has This Been Tested?
Local build, API35
Checklist
Please, go through these checks before submitting the PR.