Fixed account name

This commit is contained in:
M66B 2018-12-28 07:40:27 +00:00
parent f3ae196f9d
commit c8c7c2a529
1 changed files with 6 additions and 0 deletions

View File

@ -179,4 +179,10 @@ public class EntityAccount {
} else
return false;
}
@NonNull
@Override
public String toString() {
return name + (primary ? "" : "");
}
}