Fix bug introduced when resolving conflicts during rebase.
ApkDownloader now requires an `App` to be passed in.
This commit is contained in:
parent
645f9fc5e3
commit
9848816df4
@ -785,7 +785,7 @@ public class SwapWorkflowActivity extends AppCompatActivity {
|
||||
|
||||
public void install(@NonNull final App app) {
|
||||
final Apk apkToInstall = ApkProvider.Helper.find(this, app.id, app.suggestedVercode);
|
||||
final ApkDownloader downloader = new ApkDownloader(this, apkToInstall, apkToInstall.repoAddress);
|
||||
final ApkDownloader downloader = new ApkDownloader(this, app, apkToInstall, apkToInstall.repoAddress);
|
||||
downloader.setProgressListener(new ProgressListener() {
|
||||
@Override
|
||||
public void onProgress(Event event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user