Skip to content

Commit 5906f0e

Browse files
koukibadrHatakeKakashri
authored andcommitted
feat: add nullable annotation to newPage attribute in SearchFragment
1 parent 97717df commit 5906f0e

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)