diff --git a/lib/pages/search/view.dart b/lib/pages/search/view.dart index 5e1569581..d52d71989 100644 --- a/lib/pages/search/view.dart +++ b/lib/pages/search/view.dart @@ -206,27 +206,28 @@ class _SearchPageState extends State { ), ), ), - SizedBox( - height: 34, - child: TextButton( - onPressed: () => Get.toNamed('/dynTopicRcmd'), - child: Row( - children: [ - Text( - '话题', - strutStyle: - const StrutStyle(leading: 0, height: 1), - style: style, - ), - Icon( - size: 18, - Icons.keyboard_arrow_right, - color: outline, - ), - ], - ), - ), - ), + // deprecated + // SizedBox( + // height: 34, + // child: TextButton( + // onPressed: () => Get.toNamed('/dynTopicRcmd'), + // child: Row( + // children: [ + // Text( + // '话题', + // strutStyle: + // const StrutStyle(leading: 0, height: 1), + // style: style, + // ), + // Icon( + // size: 18, + // Icons.keyboard_arrow_right, + // color: outline, + // ), + // ], + // ), + // ), + // ), ], ) : text,