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
If you want to use WillPopScope you would have to override the popRoute on RoutemasterDelegate with return pop(); like detailed in this issue #176 (comment)
If you want more detail on how to resolve this, I suggest making your own custom class that extends RoutemasterDelegate then overriding the pop function. It should look like this:
Is that anyway I can achieve to not allow user to do back press and close the App in Android device?
The text was updated successfully, but these errors were encountered: