Fix DownloadActivity crash

This commit is contained in:
NekoInverter 2020-11-21 21:37:01 +08:00
parent d81e6804a4
commit 2b40dded04
No known key found for this signature in database
GPG Key ID: 280D6CCCF95715F9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}