mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ArrayListを削除(使ってなかったので)
This commit is contained in:
parent
c31a590ce3
commit
54f2076eda
|
@ -89,9 +89,8 @@ public class LibraryTopFragment extends Fragment {
|
|||
documentRecyclerView.setLayoutManager(layoutManager);
|
||||
|
||||
//データを取得
|
||||
List<DocumentMeta> metas = new ArrayList<>();
|
||||
|
||||
metas = document.getAllDocumentMetas(100);
|
||||
List<DocumentMeta> metas = document.getAllDocumentMetas(100);
|
||||
|
||||
Toast.makeText(getContext(), "Documents: " + Integer.toString(metas.size()), Toast.LENGTH_LONG).show();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user