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
1 changed file:
Changes:
... | ... | @@ -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")
|