use UID for now in KeyChoiceAdapter

This commit is contained in:
Dominik Schürmann
2018-07-03 21:26:17 +02:00
committed by Vincent Breitmoser
parent 2a7688e3c7
commit cb3289f874

View File

@@ -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);