Skip to content

Commit

Permalink
Merge pull request #20129 from wordpress-mobile/feature/notifications…
Browse files Browse the repository at this point in the history
…_refresh_p1--convert-notes-adapter-to-kotlin

Convert notes adapter to kotlin
  • Loading branch information
mkevins authored Feb 6, 2024
2 parents 6964d59 + d2c57d3 commit 3704986
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 405 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ private NotificationDetailFragmentAdapter buildNoteListAdapterAndSetPosition(Not
ArrayList<Note> filteredNotes = new ArrayList<>();

// apply filter to the list so we show the same items that the list show vertically, but horizontally
NotesAdapter.buildFilteredNotesList(filteredNotes, notes, filter);
NotesAdapter.Companion.buildFilteredNotesList(filteredNotes, notes, filter);
adapter = new NotificationDetailFragmentAdapter(getSupportFragmentManager(), filteredNotes);

if (mBinding != null) {
Expand Down
Loading

0 comments on commit 3704986

Please sign in to comment.