Skip to content

Commit

Permalink
修复歌曲定位问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhoucheng133 committed Apr 3, 2024
1 parent 2bdb953 commit 6a5ef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/allSongsView.dart
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class _allSongsViewState extends State<allSongsView> {
super.initState();
WidgetsBinding.instance.addPostFrameCallback((_) {
// 这个回调会在Widget构建完毕后被触发
getList();
reloadHandler();
});
}

Expand Down

0 comments on commit 6a5ef4b

Please sign in to comment.