From 610cdc10e4bc2751a60c4cc2473146f376575303 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Sat, 19 Jul 2025 17:51:08 +0200 Subject: [PATCH] Added comment --- lib/presentation/views/round_view.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/presentation/views/round_view.dart b/lib/presentation/views/round_view.dart index 050c2f2..f9ef0ee 100644 --- a/lib/presentation/views/round_view.dart +++ b/lib/presentation/views/round_view.dart @@ -339,6 +339,8 @@ class _RoundViewState extends State { ]; } + /// Shows a Cupertino action sheet to select the player who has Kamikaze. + /// It returns true if a player was selected, false if the action was cancelled. Future _showKamikazeSheet(BuildContext context) async { return await showCupertinoModalPopup( context: context,