This commit is contained in:
Peter Serwylo 2015-09-09 07:32:06 +10:00
parent ef40b5f3db
commit 9b7c4c7b4a

View File

@ -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) {