mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-17 23:40:20 -05:00
Bugfix: On updating an existing server configuration the real name was overwritten by the nick name
This commit is contained in:
parent
0b0579c475
commit
4396e66954
@ -283,7 +283,7 @@ public class AddServerActivity extends Activity implements OnClickListener
|
|||||||
identityId,
|
identityId,
|
||||||
identity.getNickname(),
|
identity.getNickname(),
|
||||||
identity.getIdent(),
|
identity.getIdent(),
|
||||||
identity.getNickname(),
|
identity.getRealName(),
|
||||||
identity.getAliases()
|
identity.getAliases()
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user