Compose and backPressedHandler
interfere with first touch event
#830
Labels
ui
Related to UI integration
backPressedHandler
interfere with first touch event
#830
https://workflow-community.slack.com/archives/CHTFPR277/p1657276987100999
Noticing a really strange issue with
BackStackScreen
and Compose – given there isBackButtonScreen
orBackHandler
/backPressedHandler
in the stack and I press back button, the UI seems to block the first touch eventNot really sure if it's the best explanation, but a button gets pressed only works on a second tap, same with lists, etc
Did some more investigation, and I'm not seeing this issue when
BackStackScreen
as root rendering viaWorkflowLayout
BackStackScreen
with a custom View-based Screen (Compose
->View
->Compose
)So looks like this is really specific to Compose ->
BackStackScreen
-> Compose :thinking_face:Same on both
1.7.1
and1.8.0-beta04
@vgonda> Hmmmm. I wonder if we should be calling
composeView.setBackHandler
somewhereThe text was updated successfully, but these errors were encountered: