Fixes navigation after app resume
This commit is contained in:
parent
6cee01512e
commit
5a070989e5
5 changed files with 8 additions and 8 deletions
|
|
@ -44,7 +44,7 @@ namespace BookAStar.Pages
|
|||
protected void OnNewCommanLine(object sender, EventArgs e)
|
||||
{
|
||||
var com = new BillingLine();
|
||||
Resolver.Resolve<INavigationService>().NavigateTo<EditBillingLinePage>(
|
||||
App.CurrentApp.NavigationService.NavigateTo<EditBillingLinePage>(
|
||||
true,
|
||||
new object[] { new BillingLineViewModel(((EstimateViewModel)this.BindingContext).Data,com) } );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue