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")