Firefly-Social / Firefly

An android Mastodon client
Mozilla Public License 2.0
39 stars 1 forks source link

fixing replay bug #63

Closed JohnOberhauser closed 6 months ago

JohnOberhauser commented 6 months ago

A while back I fixed a bug where the navigation events flow wasn't getting collected until after the the main view model tried to navigate to the main page, resulting in a blank screen upon opening the app. My fix was to set the replay to 1. This caused the backstack bug where rotating the app will re-add the same screen to the backstack. I'm undoing the replay change and instead fixing the race condition.

https://github.com/Firefly-Social/Firefly/issues/51