1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-26 08:41:25 +00:00

remove listactivity layout

This commit is contained in:
Christian Schabesberger
2016-08-02 21:30:55 +02:00
parent 8107337566
commit 7a25588995
4 changed files with 1 additions and 89 deletions

View File

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