discord-jadx/app/src/main/java/c/a/y/k0/k.java

29 lines
1.0 KiB
Java

package c.a.y.k0;
import android.graphics.Bitmap;
import com.discord.utilities.colors.RepresentativeColorsKt;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function2;
/* compiled from: VideoCallParticipantView.kt */
public final class k extends o implements Function2<Bitmap, String, Unit> {
public final /* synthetic */ String $colorId;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public k(String str) {
super(2);
this.$colorId = str;
}
/* 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 Unit invoke(Bitmap bitmap, String str) {
Bitmap bitmap2 = bitmap;
m.checkNotNullParameter(bitmap2, "bitmap");
RepresentativeColorsKt.getUserRepresentativeColors().handleBitmap(this.$colorId, bitmap2, str);
return Unit.a;
}
}