Realm posts

This commit is contained in:
2024-05-29 22:42:11 +08:00
parent 5f06fc4f9d
commit 6bb29dfbc0
12 changed files with 321 additions and 37 deletions

View File

@ -48,7 +48,7 @@ class PostListWidget extends StatelessWidget {
context: context,
builder: (context) => PostAction(item: item),
).then((value) {
if (value == true) controller.refresh();
if (value != null) controller.refresh();
});
},
);