mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
エラー回避(暫定, 廃止予定)
This commit is contained in:
parent
1b70b444f2
commit
ce3f9ebfd7
|
@ -57,7 +57,8 @@ public class DebugMenuLibraryItemListPageFragment extends Fragment {
|
||||||
// Inflate the layout for this fragment
|
// Inflate the layout for this fragment
|
||||||
View view = inflater.inflate(R.layout.fragment_debug_menu_library_item_list_page, container, false);
|
View view = inflater.inflate(R.layout.fragment_debug_menu_library_item_list_page, container, false);
|
||||||
|
|
||||||
ArrayList<ListItem> listItems = lacertaLibrary.getRecentDocument(10);
|
// ArrayList<ListItem> listItems = lacertaLibrary.getRecentDocument(10);
|
||||||
|
ArrayList<ListItem> listItems = new ArrayList<>();
|
||||||
for (ListItem listItem : listItems) {
|
for (ListItem listItem : listItems) {
|
||||||
System.out.println(listItem.getTitle());
|
System.out.println(listItem.getTitle());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user