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,