We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84eca5e commit 1928694Copy full SHA for 1928694
src/App.Commands.cs
@@ -55,13 +55,13 @@ public static bool IsCheckForUpdateCommandVisible
55
else if (!string.IsNullOrEmpty(textBlock.Text))
56
await CopyTextAsync(textBlock.Text);
57
});
58
-
+
59
public static readonly Command HideAppCommand = new Command(_ =>
60
{
61
if (Current is App app && app.TryGetFeature(typeof(IActivatableLifetime)) is IActivatableLifetime lifetime)
62
lifetime.TryEnterBackground();
63
64
65
public static readonly Command ShowAppCommand = new Command(_ =>
66
67
0 commit comments