Refactored core
UI navigation framework Related Work Items: #408, #414, #416
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user