Fixed update check without asset

This commit is contained in:
M66B
2019-01-24 07:10:33 +00:00
parent 343e19f52e
commit 4de27cae55

View File

@@ -685,7 +685,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
}
}
throw new IOException("Asset name field missing");
return null;
} finally {
if (urlConnection != null)
urlConnection.disconnect();