|
|
@ -8,6 +8,7 @@ using Microsoft.Maui; |
|
|
|
using Microsoft.Maui.Controls; |
|
|
|
using GMCabsDriverAssistantSolution.ViewModels; |
|
|
|
using GMCabsDriverAssistant.Models; |
|
|
|
using CommunityToolkit.Maui.Views; |
|
|
|
|
|
|
|
namespace GMCabsDriverAssistant.ViewModels |
|
|
|
{ |
|
|
@ -116,7 +117,8 @@ namespace GMCabsDriverAssistant.ViewModels |
|
|
|
private void OnPrivacyPolicyClicked(object obj) |
|
|
|
{ |
|
|
|
Shell.Current.FlyoutIsPresented = false; |
|
|
|
// _page.Navigation.ShowPopup(new PrivacyPolicyDialogPage());
|
|
|
|
// _page.Navigation.ShowPopup(new PrivacyPolicyDialogPage());
|
|
|
|
Shell.Current.ShowPopup(new PrivacyPolicyDialogPage()); |
|
|
|
} |
|
|
|
#endregion
|
|
|
|
} |
|
|
|