Skip to content

Commit

Permalink
update FfiListNotifier
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 28, 2023
1 parent d643675 commit 086636a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/common/ffi_list_subscriber.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class FfiListNotifier<T>
}) : super(ChangeTrackingList(compare ?? sortNormally), removeFromCache) {
value.clearPaths();
var result = jsonDecode(ffiFunction().toDartString()) as List<dynamic>;
final formatCurrency = new NumberFormat.simpleCurrency();
for (var item in result) {
var id = item['id'];
value.map[id] = fromJsonModel(item) as T;
Expand Down

0 comments on commit 086636a

Please sign in to comment.