feat : New listing + MainView
This commit is contained in:
@@ -13,6 +13,7 @@ class StartupViewModel extends BaseViewModel {
|
||||
// This is where you can make decisions on where your app should navigate when
|
||||
// you have custom startup logic
|
||||
|
||||
_navigationService.replaceWithHomeView();
|
||||
//_navigationService.replaceWithHomeView();
|
||||
_navigationService.replaceWithMainView();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user