🐛 Fix search with tag won't work

This commit is contained in:
2024-07-26 01:31:45 +08:00
parent a5b6ace79b
commit 0237409d27
3 changed files with 13 additions and 12 deletions

View File

@ -26,7 +26,7 @@ class _FeedSearchScreenState extends State<FeedSearchScreen> {
Response resp;
try {
resp = await provider.listRecommendations(
resp = await provider.listPost(
pageKey,
tag: widget.tag,
category: widget.category,