mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
hotfix
This commit is contained in:
parent
474d6417c9
commit
475c511d32
|
@ -86,9 +86,9 @@ public class HomeTopFragment extends Fragment {
|
|||
|
||||
// List<DocumentMeta> metas = document.getAllDocumentMetas(100);
|
||||
|
||||
List<ListItem> listItem = lacertaLibrary.getRecentDocument(100);
|
||||
ArrayList<ListItem> listItems = lacertaLibrary.getRecentDocument(100);
|
||||
|
||||
Log.d("docs", Integer.toString(listItem.size()));
|
||||
Log.d("docs", Integer.toString(listItems.size()));
|
||||
|
||||
RecyclerView recyclerView = view.findViewById(R.id.item_recycler_view);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user