Matthew Finkel pushed to branch android-components-73.0.3-10.5-1 at The Tor 
Project / Applications / android-components


Commits:
1b413972 by Matthew Finkel at 2021-03-16T02:24:06+00:00
squash! Bug 40007: Port external helper app prompting

Bug 40045: Add External App Prompt for Sharing Images

- - - - -


1 changed file:

- 
components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt


Changes:

=====================================
components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt
=====================================
@@ -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")



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/android-components/-/commit/1b41397232eeadb5419a551a1269acfab1a4a23b

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/android-components/-/commit/1b41397232eeadb5419a551a1269acfab1a4a23b
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to