This commit is contained in:
ろむねこ 2024-01-12 12:47:14 +09:00
parent af4513212d
commit 37af356c92
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -57,7 +57,7 @@ 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);
LibraryItemPage libraryItemPage = lacertaLibrary.getLibraryPage(10); LibraryItemPage libraryItemPage = lacertaLibrary.getRecentDocument(10);
for (ListItem listItem : libraryItemPage.getListItems()) { for (ListItem listItem : libraryItemPage.getListItems()) {
System.out.println(listItem.getTitle()); System.out.println(listItem.getTitle());
} }