This commit is contained in:
ろむねこ 2024-01-25 15:11:01 +09:00
parent 74ee492b49
commit 1aeb0184a7
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -74,7 +74,7 @@ public class SelectDirDialogItemAdapter extends RecyclerView.Adapter<SelectDirDi
if (this.libraryItemPage.getPageId() == null) {
return null;
} else {
return this.libraryItemPage.getPageTitle()
return this.libraryItemPage.getPageTitle();
}
}
}