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
Matthew Finkel
fenix
Commits
1c65bb82
Commit
1c65bb82
authored
Apr 03, 2020
by
Abhay Agarwal
Committed by
Mugurell
Apr 08, 2020
Browse files
Closes #9495: Dismiss the ShareFragment in onPause()
parent
12d486bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/share/ShareFragment.kt
View file @
1c65bb82
...
...
@@ -53,6 +53,11 @@ class ShareFragment : AppCompatDialogFragment() {
setStyle
(
STYLE_NO_TITLE
,
R
.
style
.
ShareDialogStyle
)
}
override
fun
onPause
()
{
super
.
onPause
()
dismiss
()
}
override
fun
onCreateView
(
inflater
:
LayoutInflater
,
container
:
ViewGroup
?,
...
...
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