From d8ef488a28cf94802578e083bc51984d977d91e2 Mon Sep 17 00:00:00 2001 From: roxy Date: Fri, 22 May 2026 19:44:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=85=AC=E4=BC=9A=E5=8D=A1?= =?UTF-8?q?=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin-compiler-9255113358677119818.salive | 0 lib/modules/user/profile/person_detail_page.dart | 13 ------------- 2 files changed, 13 deletions(-) create mode 100644 android/.kotlin/sessions/kotlin-compiler-9255113358677119818.salive diff --git a/android/.kotlin/sessions/kotlin-compiler-9255113358677119818.salive b/android/.kotlin/sessions/kotlin-compiler-9255113358677119818.salive new file mode 100644 index 0000000..e69de29 diff --git a/lib/modules/user/profile/person_detail_page.dart b/lib/modules/user/profile/person_detail_page.dart index 7723454..92e1160 100644 --- a/lib/modules/user/profile/person_detail_page.dart +++ b/lib/modules/user/profile/person_detail_page.dart @@ -879,7 +879,6 @@ class _PersonDetailPageState extends State { child: Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - _buildProfileGuildPlaceholder(), if (hasCloseFriendContent) ...[ SizedBox(height: 12.w), _buildProfileCloseFriendTitle(), @@ -946,18 +945,6 @@ class _PersonDetailPageState extends State { ); } - Widget _buildProfileGuildPlaceholder() { - return ClipRRect( - borderRadius: BorderRadius.circular(8.w), - child: Image.asset( - "$_cpProfileAssetBase/sc_cp_profile_guild_placeholder.png", - width: double.infinity, - height: 64.w, - fit: BoxFit.fill, - ), - ); - } - Widget _buildProfileCloseFriendTitle() { return Image.asset( "$_cpProfileAssetBase/sc_cp_profile_close_friend_title.png",