Fixed update check without asset

pull/147/head
M66B 6 years ago
parent 343e19f52e
commit 4de27cae55

@ -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();

Loading…
Cancel
Save