From c678e66eee34f0101d60102aa108e06e0fa82ee6 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Mon, 29 Mar 2021 11:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E9=80=89=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=88=BF=E5=B1=8B=E6=97=A0=E6=B3=95=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/profile/house/pick_my_house_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/profile/house/pick_my_house_page.dart b/lib/ui/profile/house/pick_my_house_page.dart index 37b159d6..3d7d9b09 100644 --- a/lib/ui/profile/house/pick_my_house_page.dart +++ b/lib/ui/profile/house/pick_my_house_page.dart @@ -110,7 +110,7 @@ class _HouseCard extends StatelessWidget { final bool highlight; const _HouseCard({Key key, @required this.model, this.highlight = false}) : super(key: key); - bool get canTapSlide => model.status == 4 || model.status == 3; + bool get canTapSlide => model.status == 4 || model.status == 3 && !highlight; @override Widget build(BuildContext context) { return Slidable(