diff --git a/mobile-next/lib/pages/contacts/user_profile_panel/personal_info/personal_info_view.dart b/mobile-next/lib/pages/contacts/user_profile_panel/personal_info/personal_info_view.dart index c22a664..fcc7e1f 100644 --- a/mobile-next/lib/pages/contacts/user_profile_panel/personal_info/personal_info_view.dart +++ b/mobile-next/lib/pages/contacts/user_profile_panel/personal_info/personal_info_view.dart @@ -3,7 +3,7 @@ import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:get/get.dart'; import 'package:openim_common/openim_common.dart'; -import '../../../company/feature_flags.dart'; +import '../../../../company/feature_flags.dart'; import 'personal_info_logic.dart'; class PersonalInfoPage extends StatelessWidget { diff --git a/mobile-next/openim_common/lib/src/widgets/chat/chat_picture_preview.dart b/mobile-next/openim_common/lib/src/widgets/chat/chat_picture_preview.dart index bd53e24..baed2c6 100644 --- a/mobile-next/openim_common/lib/src/widgets/chat/chat_picture_preview.dart +++ b/mobile-next/openim_common/lib/src/widgets/chat/chat_picture_preview.dart @@ -94,7 +94,7 @@ class ChatPicturePreview extends StatelessWidget { return null; } - return const Center( + return Center( child: SizedBox( width: 24, height: 24,