Compare commits

..

No commits in common. 'd92bb48fa4eb5a04634cf2b840412eac0f51a6ab' and 'c3e6506c1de1d109d95e507a5402f0493992c37c' have entirely different histories.

@ -124,9 +124,7 @@ class _OldAgeSupportListPageState extends State<OldAgeSupportListPage> {
_bracelets = (base.data as List)
.map((e) => BraceletListModel.fromJson(e))
.toList();
if (mounted) {
setState(() {});
}
setState(() {});
}
},
child: _bracelets.isEmpty

Loading…
Cancel
Save