[fenix] For https://github.com/mozilla-mobile/fenix/issues/20672 crash when attempting to disconnect from Mozilla account

pull/600/head
Arturo Mejia 3 years ago committed by mergify[bot]
parent f4f6b18cbe
commit 8ff9adb54e

@ -57,7 +57,7 @@ class SignOutFragment : AppCompatDialogFragment() {
), ),
binding.root.context.getString(R.string.app_name) binding.root.context.getString(R.string.app_name)
) )
return view return binding.root
} }
override fun onViewCreated(view: View, savedInstanceState: Bundle?) { override fun onViewCreated(view: View, savedInstanceState: Bundle?) {

Loading…
Cancel
Save