From cca9ac535accc2914ccacc0d30666ecc06905489 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Fri, 28 Nov 2025 13:56:16 +0800 Subject: [PATCH 1/2] add leadingWidth --- tencent_cloud_chat_contact/lib/widgets/start_c2c_chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/tencent_cloud_chat_contact/lib/widgets/start_c2c_chat.dart b/tencent_cloud_chat_contact/lib/widgets/start_c2c_chat.dart index 0486a6b7..c7d309e4 100644 --- a/tencent_cloud_chat_contact/lib/widgets/start_c2c_chat.dart +++ b/tencent_cloud_chat_contact/lib/widgets/start_c2c_chat.dart @@ -140,6 +140,7 @@ class _StartC2CChatState extends TencentCloudChatState { backgroundColor: colorTheme.backgroundColor, appBar: AppBar( backgroundColor: colorTheme.contactBackgroundColor, + leadingWidth: 80, leading: TextButton( onPressed: () => Navigator.of(context).pop(), child: Text( From 1159baeadc81d360761b174f384686b0ad131304 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Fri, 28 Nov 2025 15:12:02 +0800 Subject: [PATCH 2/2] add leadingWidth --- tencent_cloud_chat_contact/lib/widgets/start_group_chat.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/tencent_cloud_chat_contact/lib/widgets/start_group_chat.dart b/tencent_cloud_chat_contact/lib/widgets/start_group_chat.dart index 467755c0..994030a4 100644 --- a/tencent_cloud_chat_contact/lib/widgets/start_group_chat.dart +++ b/tencent_cloud_chat_contact/lib/widgets/start_group_chat.dart @@ -248,6 +248,7 @@ class _StartGroupChatState extends TencentCloudChatState { backgroundColor: colorTheme.backgroundColor, appBar: AppBar( backgroundColor: colorTheme.contactBackgroundColor, + leadingWidth: 80, leading: TextButton( onPressed: () => Navigator.of(context).pop(), child: Text(