Skip to content

Commit

Permalink
fix: remove unused three dots button in chat list
Browse files Browse the repository at this point in the history
This Closes #324
  • Loading branch information
Julian KOUNE authored and hoangdat committed Jul 18, 2023
1 parent 790b16c commit ff63a7f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/widgets/twake_components/twake_header.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ class TwakeHeader extends StatelessWidget with ShowDialogMixin implements Prefer
child: ClientChooserButton(controller),
),
centerTitle: true,
actions: const [
Padding(
padding: EdgeInsets.only(left: 16.0, right: 16.0),
child: Icon(
Icons.more_vert,
size: TwakeHeaderStyle.moreIconSize,
),
),
],
);
}

Expand Down

0 comments on commit ff63a7f

Please sign in to comment.