mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Fix typo
This commit is contained in:
parent
74ee492b49
commit
1aeb0184a7
|
@ -74,7 +74,7 @@ public class SelectDirDialogItemAdapter extends RecyclerView.Adapter<SelectDirDi
|
||||||
if (this.libraryItemPage.getPageId() == null) {
|
if (this.libraryItemPage.getPageId() == null) {
|
||||||
return null;
|
return null;
|
||||||
} else {
|
} else {
|
||||||
return this.libraryItemPage.getPageTitle()
|
return this.libraryItemPage.getPageTitle();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user