trivial: Show the progressbar properly when scheduling complete

This commit is contained in:
Richard Hughes 2019-03-22 16:10:15 +00:00
parent 484ee298da
commit db69c81e86

View File

@ -1402,6 +1402,7 @@ fu_plugin_runner_schedule_update (FuPlugin *self,
return FALSE;
/* next boot we run offline */
fu_device_set_progress (device, 100);
return fu_plugin_runner_offline_setup (error);
}