Fixed critical dependency download issue (when not awaiting)
Changed the background task for downloading dependencies to be awaited.
This commit is contained in:
@@ -436,7 +436,7 @@ namespace AndroidSideloader
|
||||
// Dependencies and RCLONE in background
|
||||
if (!isOffline)
|
||||
{
|
||||
_ = Task.Run(() =>
|
||||
await Task.Run(() =>
|
||||
{
|
||||
changeTitle("Downloading Dependencies...");
|
||||
GetDependencies.downloadFiles();
|
||||
|
||||
Reference in New Issue
Block a user