Updated comment
This commit is contained in:
@@ -438,7 +438,7 @@ class _RoundViewState extends State<RoundView> {
|
|||||||
return bonusPlayers;
|
return bonusPlayers;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Shows a popup dialog with the bonus information.
|
/// Shows a popup dialog with the information which player received the bonus points.
|
||||||
Future<void> _showBonusPopup(
|
Future<void> _showBonusPopup(
|
||||||
BuildContext context, List<int> bonusPlayers) async {
|
BuildContext context, List<int> bonusPlayers) async {
|
||||||
print('Bonus Popup wird angezeigt');
|
print('Bonus Popup wird angezeigt');
|
||||||
|
|||||||
Reference in New Issue
Block a user