Skip to content

Commit

Permalink
fixup! fixup! fixup! TW-1621: searchable app bar implemented in forwa…
Browse files Browse the repository at this point in the history
…rd screen
  • Loading branch information
Te-Z committed Apr 9, 2024
1 parent c97ea16 commit 8e6b7dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/pages/forward/forward_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ class _WebActionsButton extends StatelessWidget {
final void Function() forwardAction;

const _WebActionsButton({
// ignore: unused_element
super.key,
required this.selectedChatNotifier,
required this.forwardMessageNotifier,
required this.forwardAction,
Expand Down Expand Up @@ -192,8 +190,6 @@ class _WebActionsButton extends StatelessWidget {

class _ForwardButton extends StatelessWidget {
const _ForwardButton({
// ignore: unused_element
super.key,
required this.selectedChatNotifier,
required this.forwardMessageNotifier,
required this.forwardAction,
Expand Down

0 comments on commit 8e6b7dc

Please sign in to comment.