Skip to content
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

ActivityNotFoundException in IntentUtils.showBrowserIntent #3534

Open
adbenitez opened this issue Jan 11, 2025 · 0 comments · May be fixed by #3535
Open

ActivityNotFoundException in IntentUtils.showBrowserIntent #3534

adbenitez opened this issue Jan 11, 2025 · 0 comments · May be fixed by #3535
Assignees
Labels

Comments

@adbenitez
Copy link
Member

Exception android.content.ActivityNotFoundException:
  at android.app.Instrumentation.checkStartActivityResult (Instrumentation.java:2274)
  at android.app.Instrumentation.execStartActivity (Instrumentation.java:1893)
  at android.app.Activity.startActivityForResult (Activity.java:5796)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:780)
  at android.app.Activity.startActivityForResult (Activity.java:5749)
  at androidx.activity.ComponentActivity.startActivityForResult (ComponentActivity.java:761)
  at android.app.Activity.startActivity (Activity.java:6267)
  at android.app.Activity.startActivity (Activity.java:6234)
  at org.thoughtcrime.securesms.util.IntentUtils.showBrowserIntent (IntentUtils.java:24)
  at org.thoughtcrime.securesms.qr.QrCodeHandler.lambda$showQrUrl$10$org-thoughtcrime-securesms-qr-QrCodeHandler (QrCodeHandler.java:185)
  at org.thoughtcrime.securesms.qr.QrCodeHandler$$ExternalSyntheticLambda9.onClick (Unknown Source:4)
  at androidx.appcompat.app.AlertController$ButtonHandler.handleMessage (AlertController.java:167)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:222)
  at android.os.Looper.loop (Looper.java:314)
  at android.app.ActivityThread.main (ActivityThread.java:8602)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:565)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1081)
@adbenitez adbenitez added the bug label Jan 11, 2025
@adbenitez adbenitez self-assigned this Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant