use UID for now in KeyChoiceAdapter

This commit is contained in:
Dominik Schürmann
2018-07-04 13:59:21 +02:00
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) {
vName.setText(keyInfo.name());
vName.setText(keyInfo.user_id());
KeyInfoFormatter keyInfoFormatter = new KeyInfoFormatter(itemView.getContext(), keyInfo, null);
keyInfoFormatter.formatCreationDate(vCreation);