Fix DownloadActivity crash
This commit is contained in:
parent
d81e6804a4
commit
2b40dded04
|
|
@ -377,7 +377,7 @@ public class DownloadActivity extends BaseActivity implements RepoLoader.RepoLis
|
|||
|
||||
HeaderViewHolder(View view) {
|
||||
super(view);
|
||||
title = findViewById(android.R.id.title);
|
||||
title = view.findViewById(android.R.id.title);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue