mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
start loading metadata during animation
This commit is contained in:
parent
a735747a27
commit
34ee65600f
@ -492,6 +492,8 @@ impl Previewer {
|
|||||||
|
|
||||||
if stale.is_stale()? { return Previewer::preview_failed(&file) }
|
if stale.is_stale()? { return Previewer::preview_failed(&file) }
|
||||||
|
|
||||||
|
// Start loading metadata during animation
|
||||||
|
file_list.refresh()?;
|
||||||
file_list.animate_slide_up(Some(animator))?;
|
file_list.animate_slide_up(Some(animator))?;
|
||||||
file_list.core.set_clean();
|
file_list.core.set_clean();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user