mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 07:53:15 +00:00
修正忘れ対処
This commit is contained in:
parent
8ec4e51eb0
commit
63f1dff6f0
|
@ -101,7 +101,7 @@ public class LacertaFilePickerDialog extends LacertaFilePickerDialogBase {
|
|||
}
|
||||
|
||||
private void updateList(LacertaFilePickerAdapterBase adapter, String folderId) {
|
||||
lacertaLibrary.getFolderList(folderId).thenAccept(libraryItemPage -> {
|
||||
lacertaLibrary.getLibraryPage(folderId, 100).thenAccept(libraryItemPage -> { // TODO-rca: 100 is a magic number
|
||||
int currentCount = adapter.getItemCount();
|
||||
String currentId = adapter.getCurrentId();
|
||||
// adapter.setListItems(libraryItemPage);
|
||||
|
|
Loading…
Reference in New Issue
Block a user