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

28 lines
1.0 KiB
Java

package c.a.d;
import android.util.TypedValue;
import com.discord.app.AppActivity;
import d0.z.d.o;
import kotlin.jvm.functions.Function2;
/* compiled from: AppActivity.kt */
public final class c extends o implements Function2<Integer, Boolean, TypedValue> {
public final /* synthetic */ AppActivity this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public c(AppActivity appActivity) {
super(2);
this.this$0 = appActivity;
}
/* 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, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public TypedValue invoke(Integer num, Boolean bool) {
int intValue = num.intValue();
boolean booleanValue = bool.booleanValue();
TypedValue typedValue = new TypedValue();
this.this$0.getTheme().resolveAttribute(intValue, typedValue, booleanValue);
return typedValue;
}
}