release new version
This commit is contained in:
@@ -12,9 +12,12 @@ namespace Billing
|
||||
|
||||
protected override async void OnLoaded()
|
||||
{
|
||||
await App.InitializeData();
|
||||
if (!string.IsNullOrEmpty(App.MainRoute))
|
||||
{
|
||||
await App.InitializeData();
|
||||
|
||||
await Shell.Current.GoToAsync(App.MainRoute);
|
||||
await Shell.Current.GoToAsync(App.MainRoute);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user