Skip to content
Snippets Groups Projects
Unverified Commit 1b413972 authored by Matthew Finkel's avatar Matthew Finkel
Browse files

squash! Bug 40007: Port external helper app prompting

Bug 40045: Add External App Prompt for Sharing Images
parent 0db7e684
No related branches found
No related tags found
1 merge request!53squash! Bug 40007: Port external helper app prompting
......@@ -163,7 +163,7 @@ fun Context.shareMedia(
}
return try {
startActivity(shareIntent)
TorUtils.startActivityPrompt(this, shareIntent)
true
} catch (error: ActivityNotFoundException) {
Log.log(Log.Priority.WARN, message = "No activity to share to found", throwable = error, tag = "shareMedia")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment