mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-05-29 11:19:16 +08:00
Merge pull request #63 from svanheulen/master
fixed skipping files during network install
This commit is contained in:
commit
f048ffc603
@ -176,7 +176,7 @@ static void networkinstall_install_update(ui_view* view, void* data, float* prog
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
networkInstallData->processed++;
|
networkInstallData->installResult.finished = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -300,4 +300,4 @@ void networkinstall_open() {
|
|||||||
view->drawTop = NULL;
|
view->drawTop = NULL;
|
||||||
view->drawBottom = networkinstall_wait_draw_bottom;
|
view->drawBottom = networkinstall_wait_draw_bottom;
|
||||||
ui_push(view);
|
ui_push(view);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user