You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regression likely due to Flutter's change of behaviour with Navigators. We do a push of listslide page before pushing the slideshow so back button goes back to list, this is probably the cause of this issue.
if we can't find a easy solution for this, we don't need to have the back button go to slidelist page so we can just push the slideshow.
The text was updated successfully, but these errors were encountered:
Joining a presentation goes to slidelist page instead of slideshow
#22
Tapping back button on main decks grid page crashes the app
#23
Update Flutter version. Update the app to use the new Drawer API.
Change-Id: Id98233ca52d336e160696358c8d30263b6b533cb
Regression likely due to Flutter's change of behaviour with Navigators. We do a push of listslide page before pushing the slideshow so back button goes back to list, this is probably the cause of this issue.
if we can't find a easy solution for this, we don't need to have the back button go to slidelist page so we can just push the slideshow.
The text was updated successfully, but these errors were encountered: