ZupIT/beagle

[Flutter] Behavior of the system's back button differs from the tabbar's back button

Closed this issue · 1 comments

When a component is rendered as UndefinedComponent, the back button of the system makes the application return to the view before the Beagle Flow started instead of the previous view in the current Beagle Flow.

Actually, it has nothing to do with the UndefinedComponent. The system's back button always return to the view before the Beagle Flow started. Why does that system's back button have a different behavior from the Tabbars's back button?