Skip to content

Commit

Permalink
Add code for submit files list coming from service
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed May 31, 2023
1 parent 6d3716c commit 8f61ce0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ class FileViewerActivity :
topPanel.visibility = recyclerVisibility
filesRecyclerView.visibility = recyclerVisibility
}

adapter?.submitList(files)
}

private fun initializeAdapter() {
Expand Down

0 comments on commit 8f61ce0

Please sign in to comment.