Skip to content

Commit

Permalink
Revert "Fix channel adapter not using string resource"
Browse files Browse the repository at this point in the history
This reverts commit 9c06829.
  • Loading branch information
nielsvanvelzen committed Apr 18, 2024
1 parent 41df9a5 commit 21f5256
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ public void onResponse(Integer response) {
ArrayObjectAdapter channelAdapter = new ArrayObjectAdapter(new ChannelCardPresenter());
channelAdapter.addAll(0, TvManager.getAllChannels());
if (mChapterRow != null) mPopupRowAdapter.remove(mChapterRow);
mChapterRow = new ListRow(new HeaderItem(requireContext().getString(R.string.channels)), channelAdapter);
mChapterRow = new ListRow(new HeaderItem("Channels"), channelAdapter);
mPopupRowAdapter.add(mChapterRow);
}
});
Expand Down

0 comments on commit 21f5256

Please sign in to comment.