For #8366 - Move CreateShortcutFragment dismiss after AddToHomescreen

fennec/nightly
Emily Kager 4 years ago committed by Jeff Boek
parent b5379eb513
commit cbc8d3aa45

@ -44,7 +44,8 @@ class CreateShortcutFragment : DialogFragment() {
val text = shortcut_text.text.toString()
viewLifecycleOwner.lifecycleScope.launch {
requireComponents.useCases.webAppUseCases.addToHomescreen(text)
}.invokeOnCompletion { dismiss() }
}
dismiss()
}
shortcut_text.addTextChangedListener {

Loading…
Cancel
Save