Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
android-components
Commits
8359dd2c
Commit
8359dd2c
authored
Jun 04, 2019
by
Sawyer Blatz
Committed by
Jonathan Almeida
Jun 04, 2019
Browse files
For #3248: Adds emit fact to custom tab share button
parent
f987b688
Changes
1
Hide whitespace changes
Inline
Side-by-side
components/feature/customtabs/src/main/java/mozilla/components/feature/customtabs/CustomTabsToolbarFeature.kt
View file @
8359dd2c
...
...
@@ -147,6 +147,7 @@ class CustomTabsToolbarFeature(
val
button
=
Toolbar
.
ActionButton
(
drawable
,
context
.
getString
(
R
.
string
.
mozac_feature_customtabs_share_link
))
{
val
listener
=
shareListener
?:
{
context
.
share
(
session
.
url
)
}
emitActionButtonFact
()
listener
.
invoke
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment