use UID for now in KeyChoiceAdapter
This commit is contained in:
committed by
Vincent Breitmoser
parent
2a7688e3c7
commit
cb3289f874
@@ -226,7 +226,7 @@ public class KeyChoiceAdapter extends FlexibleAdapter<KeyChoiceItem> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void bind(UnifiedKeyInfo keyInfo, int choiceMode, boolean isActive, boolean isEnabled) {
|
void bind(UnifiedKeyInfo keyInfo, int choiceMode, boolean isActive, boolean isEnabled) {
|
||||||
vName.setText(keyInfo.name());
|
vName.setText(keyInfo.user_id());
|
||||||
|
|
||||||
KeyInfoFormatter keyInfoFormatter = new KeyInfoFormatter(itemView.getContext(), keyInfo, null);
|
KeyInfoFormatter keyInfoFormatter = new KeyInfoFormatter(itemView.getContext(), keyInfo, null);
|
||||||
keyInfoFormatter.formatCreationDate(vCreation);
|
keyInfoFormatter.formatCreationDate(vCreation);
|
||||||
|
|||||||
Reference in New Issue
Block a user