Skip to content

Commit

Permalink
✨ Update comment in Credits.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNicolasTheDev authored Feb 19, 2024
1 parent 7f5c630 commit ba18957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Credits.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private async void Button_Clicked_1(object sender, EventArgs e)
}

/// <summary>
/// Little secret... Displays a toast alert the first time the user opens the app.
/// Little secret... Displays a toast alert the first time the user opens the credits page.
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
Expand All @@ -67,4 +67,4 @@ private async void displayToast(string message)
var cts = new CancellationTokenSource(TimeSpan.FromSeconds(5));
await toast.Show(cts.Token);
}
}
}

0 comments on commit ba18957

Please sign in to comment.