discord / OverlappingPanels

Overlapping Panels is a gestures-driven navigation UI library for Android
Apache License 2.0
420 stars 27 forks source link

Is there anyway to update region listeners after start panel or end panel opened? #36

Open prasetyaputraa opened 2 years ago

prasetyaputraa commented 2 years ago

Hi, I'm trying to register the some regionobserver to the endpanel, however this ends up make the region above also does not react to swipe to the overlapping panels. Adding the regionobservers dynamically depending on the state of the panels also seems to not updating the regionobservers? Is there anyway I can achieve this? Thank you for your wonderful library!