Archived
1
0

Refactored core

UI navigation framework

Related Work Items: #408, #414, #416
This commit is contained in:
Michael Gordeev
2020-06-15 15:46:38 +03:00
parent c58d846057
commit 787a6e9f48
72 changed files with 2002 additions and 1227 deletions
+3 -3
View File
@@ -33,7 +33,7 @@ namespace FoxTube.Utils
{
if (!HasFeedbackHub)
{
Storage.SetValue(Storage.Settings.PromptFeedback, false);
StorageService.PromptFeedback = false;
return;
}
@@ -53,7 +53,7 @@ namespace FoxTube.Utils
ContentDialogResult result = await dialog.ShowAsync();
if (result != ContentDialogResult.None)
Storage.SetValue(Storage.Settings.PromptFeedback, false);
StorageService.PromptFeedback = false;
if (result == ContentDialogResult.Primary)
OpenFeedbackHub();
@@ -80,7 +80,7 @@ namespace FoxTube.Utils
ContentDialogResult result = await dialog.ShowAsync();
if (result != ContentDialogResult.None)
Storage.SetValue(Storage.Settings.PromptReview, false);
StorageService.PromptFeedback = false;
if (result == ContentDialogResult.Primary)
RequestStoreReview();