Splash: do not force hide anonymous login
This commit is contained in:
@@ -102,9 +102,6 @@ abstract class BaseFlavouredSplashFragment : BaseFragment<FragmentSplashBinding>
|
|||||||
|
|
||||||
attachActions()
|
attachActions()
|
||||||
|
|
||||||
// Show anonymous logins if we have dispenser URL
|
|
||||||
binding.btnAnonymous.isVisible = false
|
|
||||||
|
|
||||||
viewLifecycleOwner.lifecycleScope.launch {
|
viewLifecycleOwner.lifecycleScope.launch {
|
||||||
viewModel.authState.collectLatest {
|
viewModel.authState.collectLatest {
|
||||||
when (it) {
|
when (it) {
|
||||||
|
|||||||
Reference in New Issue
Block a user