updateProfile.getAboutEmoji(),
updateProfile.isDeleteAvatar()
? Optional.empty()
- : updateProfile.getAvatar() == null ? null : Optional.of(updateProfile.getAvatar()));
+ : updateProfile.getAvatar() == null ? null : Optional.of(updateProfile.getAvatar()),
+ updateProfile.getMobileCoinAddress());
context.getSyncHelper().sendSyncFetchProfileMessage();
}