mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 17:29:50 +08:00
PurchaseScreen: On error when fetching Purchases - abort
Fixes APP-2T
This commit is contained in:
@ -43,6 +43,7 @@ class _PurchaseScreenState extends State<PurchaseScreen> {
|
||||
_scaffoldKey.currentState
|
||||
..removeCurrentSnackBar()
|
||||
..showSnackBar(snackBar);
|
||||
return;
|
||||
}
|
||||
}
|
||||
var offeringList = offerings.all.values.toList();
|
||||
|
Reference in New Issue
Block a user