2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

For #20672 crash when attempting to disconnect from Mozilla account

(cherry picked from commit 823c89f4ff)
This commit is contained in:
Arturo Mejia 2021-08-11 11:32:43 -04:00
parent ccb3cbf469
commit b54a889744

View File

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