mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
継承先で使いたいのでProtectedに変更
This commit is contained in:
parent
98e0ea6f85
commit
f3afb68b18
|
@ -21,9 +21,9 @@ public class LacertaFilePickerAdapterBase extends RecyclerView.Adapter<LacertaFi
|
||||||
void onBackSelected(String dirId);
|
void onBackSelected(String dirId);
|
||||||
}
|
}
|
||||||
|
|
||||||
private LibraryItemPage libraryItemPage;
|
protected LibraryItemPage libraryItemPage;
|
||||||
|
|
||||||
private LacertaFilePickerAdapterListener listener;
|
protected LacertaFilePickerAdapterListener listener;
|
||||||
|
|
||||||
// Empty constructor
|
// Empty constructor
|
||||||
public LacertaFilePickerAdapterBase() {
|
public LacertaFilePickerAdapterBase() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user