Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: phuoc <[email protected]>
  • Loading branch information
phuocbitmark committed Jun 17, 2024
1 parent 8a0b5ac commit aa83aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/view/cast_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class _FFCastButtonState extends State<FFCastButton> {
);
}

Future<void> _showStreamAction(BuildContext context, String displayKey) async {
Future<void> _showStreamAction(
BuildContext context, String displayKey) async {
keyboardManagerKey.currentState?.hideKeyboard();
await UIHelper.showFlexibleDialog(
context,
Expand Down

0 comments on commit aa83aeb

Please sign in to comment.