AbModel use getx only

This commit is contained in:
csf
2022-10-08 17:13:24 +09:00
parent ee1a7fb791
commit a13c4c5907
6 changed files with 127 additions and 158 deletions

View File

@@ -297,11 +297,4 @@ class AddressBookPeersView extends BasePeersView {
}
return true;
}
@override
Widget build(BuildContext context) {
final widget = super.build(context);
// gFFI.abModel.updateAb();
return widget;
}
}