Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sharapov <igorsharapov@outlook.com>2017-04-14 18:07:50 +0300
committerIgor Sharapov <igorsharapov@outlook.com>2017-04-14 18:07:50 +0300
commitd8f6e4e6f49e4087ae2aab1595dde2c6f72e9539 (patch)
tree487b2d697d7782b763fbb2426f4c0b23ba75c6fb
parentba037e15210b4fef9843a94a6d6ab762f8318ea0 (diff)
Remove exit() call on hardware back button tap
-rw-r--r--Source/Windows10/Prism.Windows/PrismApplication.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Windows10/Prism.Windows/PrismApplication.cs b/Source/Windows10/Prism.Windows/PrismApplication.cs
index bcb7d37..ba6f770 100644
--- a/Source/Windows10/Prism.Windows/PrismApplication.cs
+++ b/Source/Windows10/Prism.Windows/PrismApplication.cs
@@ -439,10 +439,6 @@ namespace Prism.Windows
NavigationService.GoBack();
e.Handled = true;
}
- else if (DeviceGestureService.IsHardwareBackButtonPresent && e.IsHardwareButton)
- {
- Exit();
- }
}
/// <summary>