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
fenix
Commits
941c1479
Commit
941c1479
authored
Feb 10, 2020
by
Arturo Mejia
Committed by
Christian Sadilek
Feb 10, 2020
Browse files
mozilla-mobile/android-components#5867 Fix addonProgressOverlay IllegalStateException
parent
93a68736
Changes
1
Show whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/addons/AddonsManagementFragment.kt
View file @
941c1479
...
...
@@ -166,7 +166,7 @@ class AddonsManagementFragment : Fragment(R.layout.fragment_add_ons_management),
}
private
val
onPositiveButtonClicked
:
((
Addon
)
->
Unit
)
=
{
addon
->
addonProgressOverlay
.
visibility
=
View
.
VISIBLE
addonProgressOverlay
?
.
visibility
=
View
.
VISIBLE
isInstallationInProgress
=
true
requireContext
().
components
.
addonManager
.
installAddon
(
...
...
Write
Preview
Markdown
is supported
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