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
@husseinala Currently, we have methods like clearBackStack(true) and skipBackStack(true).
Instead, we can just have clearBackStack(), skipBackStack() and have the default behaviour as false. This way, we can avoid the unnecessary boolean arguments.
The text was updated successfully, but these errors were encountered:
@husseinala Currently, we have methods like
clearBackStack(true)
andskipBackStack(true)
.Instead, we can just have
clearBackStack()
,skipBackStack()
and have the default behaviour asfalse
. This way, we can avoid the unnecessary boolean arguments.The text was updated successfully, but these errors were encountered: