Skip to content

Commit 7d494c0

Browse files
committed
feat: add nullable annotation to newPage attribute in SearchFragment
1 parent 3661565 commit 7d494c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/java/org/schabi/newpipe/fragments/list/search/SearchFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ public class SearchFragment extends BaseListFragment<SearchInfo, ListExtractor.I
144144

145145
private final SparseArrayCompat<String> menuItemToFilterName = new SparseArrayCompat<>();
146146
private StreamingService service;
147+
@Nullable
147148
private Page nextPage;
148149
private boolean showLocalSuggestions = true;
149150
private boolean showRemoteSuggestions = true;

0 commit comments

Comments
 (0)