mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
コメント追加
This commit is contained in:
parent
c35c4e829e
commit
ba87fb283e
|
@ -88,7 +88,7 @@ public class LibraryTopFragment extends Fragment {
|
|||
LinearLayoutManager layoutManager = new LinearLayoutManager(getContext());
|
||||
documentRecyclerView.setLayoutManager(layoutManager);
|
||||
|
||||
//ダミーデータを取得
|
||||
//データを取得
|
||||
List<DocumentMeta> metas = new ArrayList<>();
|
||||
|
||||
metas = document.getAllDocumentMetas(100);
|
||||
|
|
Loading…
Reference in New Issue
Block a user