mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
Improve comments
This commit is contained in:
parent
e3370bd26e
commit
1ffa59c2f5
2 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue