Skip to content

Commit

Permalink
Update profile_name_bloc.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Dec 18, 2024
1 parent 6ffc016 commit 3bb9537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user/name/presentation/bloc/profile_name_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class ProfileNameBloc extends Bloc<ProfileNameEvent, ProfileNameState> {
var primaryNameDetails = await _arnsRepository.getPrimaryName(
walletAddress,
update: refreshName,
getLogo: refreshLogo,
getLogo: refreshLogo || profileLogoTxId == null,
);

if (refreshLogo && profileLogoTxId != null) {
Expand Down

0 comments on commit 3bb9537

Please sign in to comment.