mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-01-19 02:43:15 +00:00
一旦Descriptionを非表示に
This commit is contained in:
parent
bf756abb16
commit
dde9d460ed
|
@ -64,6 +64,7 @@ public class SelectDirDialogItemAdapter extends RecyclerView.Adapter<SelectDirDi
|
||||||
|
|
||||||
title = itemView.findViewById(one.nem.lacerta.shared.ui.R.id.item_title);
|
title = itemView.findViewById(one.nem.lacerta.shared.ui.R.id.item_title);
|
||||||
description = itemView.findViewById(one.nem.lacerta.shared.ui.R.id.item_description);
|
description = itemView.findViewById(one.nem.lacerta.shared.ui.R.id.item_description);
|
||||||
|
description.setVisibility(View.GONE); // 暫定
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user