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
ChangePresentation is like any other Navigation methods: the presenter will take some time to achieve its work. So it should also returns a Task, like the Navigate() method.
Steps to reproduce 📜
Navigation.ChangePresentation(hint) return a bool
Expected behavior 🤔
Navigation.ChangePresentation(hint) should return a Task instead
Configuration 🔧
Version: 5.6.3
Platform:
All
The text was updated successfully, but these errors were encountered:
ChangePresentation is like any other Navigation methods: the presenter will take some time to achieve its work. So it should also returns a Task, like the Navigate() method.
Steps to reproduce 📜
Navigation.ChangePresentation(hint) return a bool
Expected behavior 🤔
Navigation.ChangePresentation(hint) should return a Task instead
Configuration 🔧
Version: 5.6.3
Platform:
All
The text was updated successfully, but these errors were encountered: