mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Convert RegistrationValues to kotlin.
This commit is contained in:
committed by
Greyson Parrelli
parent
445b7ef76f
commit
927871b0dc
@@ -376,7 +376,7 @@ public final class ProfileUtil {
|
||||
avatar,
|
||||
badgeIds,
|
||||
SignalStore.phoneNumberPrivacy().isPhoneNumberSharingEnabled()).orElse(null);
|
||||
SignalStore.registration().markHasUploadedProfile();
|
||||
SignalStore.registration().setHasUploadedProfile(true);
|
||||
if (!avatar.keepTheSame) {
|
||||
SignalDatabase.recipients().setProfileAvatar(Recipient.self().getId(), avatarPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user