Skip to content

Commit

Permalink
Merge pull request #137 from s0nerik/master
Browse files Browse the repository at this point in the history
TalkerWrapper error loop fix
  • Loading branch information
Frezyx authored Aug 8, 2023
2 parents 6b52955 + 6d42060 commit fffec7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class TalkerWrapper extends StatelessWidget {
}

static void showAlert(BuildContext context, Widget content) {
ScaffoldMessenger.of(context).showSnackBar(
ScaffoldMessenger.maybeOf(context)?.showSnackBar(
SnackBar(
margin: EdgeInsets.zero,
behavior: SnackBarBehavior.floating,
Expand Down

0 comments on commit fffec7f

Please sign in to comment.