From 8dfecbfd5dc527a426c7e1975d901fe4a71a72e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Mon, 2 Mar 2026 18:34:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E4=BC=98=E5=8C=96=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widget/live/live_room_anchor_showcase.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/widget/live/live_room_anchor_showcase.dart b/lib/widget/live/live_room_anchor_showcase.dart index 99df29d..c39f3c5 100644 --- a/lib/widget/live/live_room_anchor_showcase.dart +++ b/lib/widget/live/live_room_anchor_showcase.dart @@ -338,13 +338,12 @@ class _LiveRoomAnchorShowcaseState extends State { ), ), ), - if(userInfo.isFriend != true) Positioned( bottom: 5.w, right: 5.w, child: Row( children: [ - if(!isCurrentUser) GestureDetector( + if(!isCurrentUser && userInfo.isFriend != true) GestureDetector( onTap: (){ if(userInfo.isFriend == true){ return; @@ -371,7 +370,7 @@ class _LiveRoomAnchorShowcaseState extends State { ), ), ), - if(!isCurrentUser) SizedBox(width: 5.w,), + if(!isCurrentUser && userInfo.isFriend != true) SizedBox(width: 5.w,), Container( width: 20.w, height: 20.w,