Skip to content

Commit

Permalink
TW-2122: Fix group information disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Nov 8, 2024
1 parent e9ed8fb commit 54f4670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat_details/chat_details_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class ChatDetailsView extends StatelessWidget {
sliver: SliverAppBar(
backgroundColor: LinagoraSysColors.material().onPrimary,
toolbarHeight:
ChatDetailViewStyle.minToolbarHeightSliverAppBar,
ChatDetailViewStyle.groupToolbarHeightSliverAppBar,
title: Column(
mainAxisSize: MainAxisSize.min,
mainAxisAlignment: MainAxisAlignment.center,
Expand Down
1 change: 1 addition & 0 deletions lib/pages/chat_details/chat_details_view_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class ChatDetailViewStyle {
static const double minToolbarHeightSliverAppBar = 300.0;
static const double mediumToolbarHeightSliverAppBar = 344.0;
static const double maxToolbarHeightSliverAppBar = 394.0;
static const double groupToolbarHeightSliverAppBar = 360.0;
static const double avatarSize = 96;
static double chatDetailsPageViewWebBorderRadius = 16.0;
static double chatDetailsPageViewWebWidth = 640.0;
Expand Down

0 comments on commit 54f4670

Please sign in to comment.