pull/325/head
Erick Zanardo 3 years ago
parent 73825487fb
commit 313b1a7adf

@ -57,14 +57,11 @@ class StartGameListener extends StatelessWidget {
}
void _onHowToPlay(BuildContext context) {
final player = context.read<PinballPlayer>();
_showPinballDialog(
context: context,
child: HowToPlayDialog(
onDismissCallback: () {
context.read<StartGameBloc>().add(const HowToPlayFinished());
player.play(PinballAudio.ioPinballVoiceOver);
},
),
);

Loading…
Cancel
Save