Improve comments

This commit is contained in:
Ming Ming 2024-10-19 12:58:36 +08:00
parent e3370bd26e
commit 1ffa59c2f5
2 changed files with 2 additions and 1 deletions

View file

@ -129,7 +129,7 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
} }
} }
await _initTags(); await _initTags();
// update tages // update tags
if (mounted) { if (mounted) {
setState(() {}); setState(() {});
} else { } else {

View file

@ -157,6 +157,7 @@ dependencies:
uuid: ^4.5.1 uuid: ^4.5.1
video_player: video_player:
video_player_platform_interface: video_player_platform_interface:
# later versions broken with flutter 3.22, do not upgrade
visibility_detector: 0.3.3 visibility_detector: 0.3.3
wakelock_plus: ^1.1.1 wakelock_plus: ^1.1.1
woozy_search: ^2.0.3 woozy_search: ^2.0.3