Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e921f53 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Merge branch '3939-a16-reintroduce-warning-dialog' into 'main'

fix: reintroduce warning dialog when connecting with Google account

See merge request !688
parents 8d90f495 55556e9b
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ import foundation.e.apps.data.login.microg.MicrogSupportChecker
import foundation.e.apps.databinding.FragmentSignInBinding
import foundation.e.apps.di.CommonUtilsModule.safeNavigate
import foundation.e.apps.ui.LoginViewModel
import foundation.e.apps.utils.showGoogleSignInAlertDialog

@AndroidEntryPoint
class SignInFragment : Fragment(R.layout.fragment_sign_in) {
@@ -51,7 +52,10 @@ class SignInFragment : Fragment(R.layout.fragment_sign_in) {
        _binding = FragmentSignInBinding.bind(view)

        binding.googleBT.setOnClickListener {
            showGoogleChoiceDialog()
            requireContext().showGoogleSignInAlertDialog(
                { showGoogleChoiceDialog() },
                { }
            )
        }

        binding.anonymousBT.setOnClickListener {