Fix crash
This commit is contained in:
parent
e26148780c
commit
bae66803af
1 changed files with 2 additions and 7 deletions
|
@ -30,7 +30,6 @@ import android.content.ActivityNotFoundException;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.content.DialogInterface;
|
import android.content.DialogInterface;
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.content.res.Resources;
|
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
import android.os.AsyncTask;
|
import android.os.AsyncTask;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
|
@ -53,10 +52,6 @@ import android.widget.ProgressBar;
|
||||||
import android.widget.TextView;
|
import android.widget.TextView;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Created by Denis
|
|
||||||
* on 08.09.2014.
|
|
||||||
*/
|
|
||||||
public class DownloadActivity extends BaseDownloadActivity {
|
public class DownloadActivity extends BaseDownloadActivity {
|
||||||
|
|
||||||
private View progressView;
|
private View progressView;
|
||||||
|
@ -619,8 +614,8 @@ public class DownloadActivity extends BaseDownloadActivity {
|
||||||
|
|
||||||
|
|
||||||
public void initFreeVersionBanner(View header) {
|
public void initFreeVersionBanner(View header) {
|
||||||
final View freeVersionBanner = header.findViewById(R.id.freeVersionBanner);
|
visibleBanner = new BannerAndDownloadFreeVersion(header, this);
|
||||||
visibleBanner = new BannerAndDownloadFreeVersion(freeVersionBanner, this);
|
updateProgress(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue