Fix similar (but unrelated to the previous) race condition

This commit is contained in:
2020-06-11 14:34:14 -04:00
parent f4217888ce
commit e8d0a2eb27

View File

@@ -221,6 +221,8 @@ void update_qr(qr_data *data)
{
exit_qr(data);
while (!data->finished) svcSleepThread(1000000);
draw_install(INSTALL_DOWNLOAD);
char * zip_buf = NULL;
char * filename = NULL;