Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jetchat] Drawer not opening after double-clicking on the drawer icon #744

Closed
ruben8888 opened this issue Feb 25, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ruben8888
Copy link

ruben8888 commented Feb 25, 2022

When we do a quick clicking on the drawer icon, the drawer won't open anymore.

I think the problem is in this part of the code

 val drawerOpen by viewModel.drawerShouldBeOpened.collectAsState()
                    if (drawerOpen) {
                        // Open drawer and reset state in [VM.]
                        LaunchedEffect(Unit) {
                            drawerState.open()
                            viewModel.resetOpenDrawerAction()
                        }
                    }
@IanGClifton IanGClifton changed the title Drawer not opening after double-clicking on the drawer icon (Project JetChat) [Jetchat] Drawer not opening after double-clicking on the drawer icon Apr 8, 2022
@riggaroo riggaroo added the bug Something isn't working label May 6, 2022
@astamato
Copy link
Contributor

Fixed by #844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants