Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit faac28c

Browse files
committed
Prevent back nav for LoaderSyncing
1 parent 291ba2f commit faac28c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/action/nav-mobile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class NavAction {
8383

8484
goLoaderSyncing() {
8585
this._navigate('LoaderSyncing');
86+
this._reset('Main', 'LoaderSyncing');
8687
}
8788

8889
goWait() {

0 commit comments

Comments
 (0)