Skip to content

Commit

Permalink
Merge pull request #504 from AoEiuV020/danmu-search
Browse files Browse the repository at this point in the history
auto-fill anime title in danmaku search
  • Loading branch information
Predidit authored Dec 22, 2024
2 parents 749f69e + 220f226 commit 4498876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/player/player_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ class _PlayerItemState extends State<PlayerItem>
builder: (context) {
final TextEditingController searchTextController =
TextEditingController();
searchTextController.text = videoPageController.title;
return AlertDialog(
title: const Text('弹幕检索'),
content: TextField(
Expand Down

0 comments on commit 4498876

Please sign in to comment.