remove listactivity layout
This commit is contained in:
parent
8107337566
commit
7a25588995
4 changed files with 1 additions and 89 deletions
|
|
@ -101,7 +101,7 @@ public class SearchWorker {
|
|||
Log.e(TAG, "------");
|
||||
}
|
||||
|
||||
View rootView = a.findViewById(R.id.videoitem_list);
|
||||
View rootView = a.findViewById(android.R.id.content);
|
||||
ErrorActivity.reportError(h, a, result.errors, null, rootView,
|
||||
ErrorActivity.ErrorInfo.make(ErrorActivity.SEARCHED,
|
||||
/* todo: this shoudl not be assigned static */ YOUTUBE, query, R.string.light_parsing_error));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue