discord-jadx/app/src/main/java/c/a/y/r0/g.java

29 lines
962 B
Java

package c.a.y.r0;
import android.view.View;
import com.discord.rlottie.RLottieDrawable;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StickerView.kt */
public final class g extends o implements Function1<View, Unit> {
public final /* synthetic */ h this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public g(h hVar) {
super(1);
this.this$0 = hVar;
}
/* 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(View view) {
m.checkNotNullParameter(view, "it");
this.this$0.this$0.j.f144c.setPlaybackMode(RLottieDrawable.PlaybackMode.LOOP);
this.this$0.this$0.j.f144c.b();
return Unit.a;
}
}