[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/android-components][android-components-73.0.3-10.5-1] squash! Bug 40007: Port external helper app prompting



Title: GitLab

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

Commits:

1 changed file:

Changes:

  • components/support/ktx/src/main/java/mozilla/components/support/ktx/android/content/Context.kt
    ... ... @@ -163,7 +163,7 @@ fun Context.shareMedia(
    163 163
         }
    
    164 164
     
    
    165 165
         return try {
    
    166
    -        startActivity(shareIntent)
    
    166
    +        TorUtils.startActivityPrompt(this, shareIntent)
    
    167 167
             true
    
    168 168
         } catch (error: ActivityNotFoundException) {
    
    169 169
             Log.log(Log.Priority.WARN, message = "No activity to share to found", throwable = error, tag = "shareMedia")
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits