refactor(Spotify - Unlock Premium): Fix debug logging of attribute value overrides (#5203)

This commit is contained in:
Dawid Krajcarz
2025-06-19 15:54:51 +02:00
committed by GitHub
parent 696a06e6ad
commit 5350c67822

View File

@ -143,7 +143,7 @@ public final class UnlockPremiumPatch {
originalValue = ((com.spotify.remoteconfig.internal.AccountAttribute) attribute).value_;
}
if (overrideValue == originalValue) {
if (overrideValue.equals(originalValue)) {
continue;
}