WIP: CR.
This commit is contained in:
parent
ef40b5f3db
commit
9b7c4c7b4a
@ -879,8 +879,7 @@ public class AppDetails extends AppCompatActivity implements ProgressListener, A
|
|||||||
if (repo == null || repo.address == null) {
|
if (repo == null || repo.address == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
final String repoaddress = repo.address;
|
return repo.address;
|
||||||
return repoaddress;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void startDownload(Apk apk, String repoAddress) {
|
private void startDownload(Apk apk, String repoAddress) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user