Skip to content

Commit 756958c

Browse files
committed
1.7.1
1 parent 1aecbc2 commit 756958c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/app.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ mixin HttpErrorListener on State<FlutterReduxApp> {
139139
case 404:
140140
Fluttertoast.showToast(
141141
msg: GSYLocalizations.i18n(_context).network_error_404);
142+
break;
142143
case 422:
143144
Fluttertoast.showToast(
144145
msg: GSYLocalizations.i18n(_context).network_error_422);

0 commit comments

Comments
 (0)