Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tencent_cloud_chat_contact/lib/widgets/start_c2c_chat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ class _StartC2CChatState extends TencentCloudChatState<StartC2CChat> {
backgroundColor: colorTheme.backgroundColor,
appBar: AppBar(
backgroundColor: colorTheme.contactBackgroundColor,
leadingWidth: 80,
leading: TextButton(
onPressed: () => Navigator.of(context).pop(),
child: Text(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ class _StartGroupChatState extends TencentCloudChatState<StartGroupChat> {
backgroundColor: colorTheme.backgroundColor,
appBar: AppBar(
backgroundColor: colorTheme.contactBackgroundColor,
leadingWidth: 80,
leading: TextButton(
onPressed: () => Navigator.of(context).pop(),
child: Text(
Expand Down