diff --git a/lib/view/single.dart b/lib/view/single.dart index 232af16..02c5426 100644 --- a/lib/view/single.dart +++ b/lib/view/single.dart @@ -158,10 +158,9 @@ class Single extends StatelessWidget { var tagId = singleArcticleController.tagList[index].id!; await Get.find() .getArticleListWithTagsId(tagId); - String tagName = singleArcticleController.tagList[index].title!; - Get.to(ArticleListScreen( - title: tagName, - )); + Get.find().screenTitle.value = + 'بر اساس ' + singleArticleController.tagsList[index].title!; + Get.to(ArticleListScreen( )); }, child: Padding( padding: const EdgeInsets.only(left: 8),