mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
コメントの修正
This commit is contained in:
parent
b1af3f01f2
commit
7ca947615b
|
@ -1,17 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="deploymentTargetDropDown">
|
|
||||||
<runningDeviceTargetSelectedWithDropDown>
|
|
||||||
<Target>
|
|
||||||
<type value="RUNNING_DEVICE_TARGET" />
|
|
||||||
<deviceKey>
|
|
||||||
<Key>
|
|
||||||
<type value="SERIAL_NUMBER" />
|
|
||||||
<value value="ZY227DCBHN" />
|
|
||||||
</Key>
|
|
||||||
</deviceKey>
|
|
||||||
</Target>
|
|
||||||
</runningDeviceTargetSelectedWithDropDown>
|
|
||||||
<timeTargetWasSelectedWithDropDown value="2024-01-17T02:08:31.103838700Z" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
|
@ -22,7 +22,7 @@ public class DocumentAdapter extends RecyclerView.Adapter<DocumentAdapter.Docume
|
||||||
|
|
||||||
//documentMetas アダプターが表示するデータ
|
//documentMetas アダプターが表示するデータ
|
||||||
public DocumentAdapter(ArrayList<ListItem> documentMetas) {
|
public DocumentAdapter(ArrayList<ListItem> documentMetas) {
|
||||||
// nullの場合でも例外を発生させないよう修正
|
// nullの場合でも例外を発生させない
|
||||||
this.documentMetas = documentMetas != null ? documentMetas : new ArrayList<>();
|
this.documentMetas = documentMetas != null ? documentMetas : new ArrayList<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user