mirror of https://github.com/bobwen-dev/hunter
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) }
|
||||
|
||||
// Start loading metadata during animation
|
||||
file_list.refresh()?;
|
||||
file_list.animate_slide_up(Some(animator))?;
|
||||
file_list.core.set_clean();
|
||||
|
||||
|
|
Loading…
Reference in New Issue