[fenix] For https://github.com/mozilla-mobile/fenix/issues/8366 - Move CreateShortcutFragment dismiss after AddToHomescreen

pull/600/head
Emily Kager 5 years ago committed by Jeff Boek
parent f3008c0ec7
commit 412c470195

@ -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