Skip to content

ActivityNotFoundException: user actions: catch exceptions for unknown activities #233

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

Closed
binwiederhier opened this issue May 3, 2022 · 1 comment
Labels
android-app ntfy Android app 🪲 bug Something isn't working

Comments

@binwiederhier
Copy link
Owner

From the Google Play console:

android.content.ActivityNotFoundException: 
  at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2117)
  at android.app.Instrumentation.execStartActivity (Instrumentation.java:1762)
  at android.app.Activity.startActivityForResult (Activity.java:5407)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:647)
  at android.app.Activity.startActivityForResult (Activity.java:5365)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:628)
  at android.app.Activity.startActivity (Activity.java:5751)
  at android.app.Activity.startActivity (Activity.java:5704)
  at io.heckel.ntfy.ui.DetailAdapter$DetailViewHolder.runViewAction (DetailAdapter.kt:427)
  at io.heckel.ntfy.ui.DetailAdapter$DetailViewHolder.runAction (DetailAdapter.kt:416)
  at io.heckel.ntfy.ui.DetailAdapter$DetailViewHolder.maybeCreateMenuPopup$lambda-13$lambda-12 (DetailAdapter.kt:208)
  at io.heckel.ntfy.ui.DetailAdapter$DetailViewHolder.lambda$TAF-xzeQR3OGYrzQ8X669YDls_Y (DetailAdapter.java)
  at io.heckel.ntfy.ui.-$$Lambda$DetailAdapter$DetailViewHolder$TAF-xzeQR3OGYrzQ8X669YDls_Y.onMenuItemClick (Unknown Source:8)
@binwiederhier binwiederhier added 🪲 bug Something isn't working android-app ntfy Android app labels May 3, 2022
@binwiederhier
Copy link
Owner Author

Fixed in binwiederhier/ntfy-android@fc11a50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android-app ntfy Android app 🪲 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant