Splash: do not force hide anonymous login

This commit is contained in:
Rahul Patel
2025-05-24 01:51:42 +05:30
parent 9021614a87
commit 196749333f

View File

@@ -102,9 +102,6 @@ abstract class BaseFlavouredSplashFragment : BaseFragment<FragmentSplashBinding>
attachActions()
// Show anonymous logins if we have dispenser URL
binding.btnAnonymous.isVisible = false
viewLifecycleOwner.lifecycleScope.launch {
viewModel.authState.collectLatest {
when (it) {