discord-jadx/app/src/main/java/c/a/d/q0.java

33 lines
1.2 KiB
Java

package c.a.d;
import com.discord.app.RebrandFeatureFlag;
import com.discord.models.experiments.domain.Experiment;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: RebrandFeatureFlag.kt */
public final class q0 extends o implements Function1<Experiment, Unit> {
public final /* synthetic */ RebrandFeatureFlag this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public q0(RebrandFeatureFlag rebrandFeatureFlag) {
super(1);
this.this$0 = rebrandFeatureFlag;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(Experiment experiment) {
Experiment experiment2 = experiment;
this.this$0.d = experiment2 != null ? experiment2.getBucket() : -1;
RebrandFeatureFlag rebrandFeatureFlag = RebrandFeatureFlag.f1595c;
boolean z2 = true;
if (this.this$0.d < 1) {
z2 = false;
}
RebrandFeatureFlag.b = z2;
return Unit.a;
}
}