microdotblog / microblog-react

MIT License
29 stars 3 forks source link

App hangs after swiping to dismiss Settings #37

Closed manton closed 1 year ago

manton commented 1 year ago

Seems to happen every time. Show Settings and then hide it by swiping down instead of using the "x" box, and the rest of the app hangs and needs to be force-quit.

vincentritter commented 1 year ago

Thanks for reporting this one. I can reproduce this and will attempt a fix. — Vincent

vincentritter commented 1 year ago

I believe this is now fixed.

I've added a workaround that dismisses all modals on the Navigation stack when it triggers the listener on a modal close.

manton commented 1 year ago

Confirmed this is good. 👍