discord-jadx/app/src/main/java/com/discord/widgets/media/WidgetMedia$onViewBoundOrOnResume$$inlined$let$lambda$1.java

31 lines
1.1 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.media;
import com.discord.player.AppMediaPlayer;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
import d0.z.d.o;
2021-08-03 07:33:18 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetMedia.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes2.dex */
2021-08-03 07:33:18 +00:00
public final class WidgetMedia$onViewBoundOrOnResume$$inlined$let$lambda$1 extends o implements Function1<AppMediaPlayer.Event, Unit> {
public final /* synthetic */ WidgetMedia this$0;
2022-03-07 09:34:54 +00:00
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
2021-08-03 07:33:18 +00:00
public WidgetMedia$onViewBoundOrOnResume$$inlined$let$lambda$1(WidgetMedia widgetMedia) {
super(1);
this.this$0 = widgetMedia;
}
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(AppMediaPlayer.Event event) {
2022-03-07 09:34:54 +00:00
invoke2(event);
2021-08-03 07:33:18 +00:00
return Unit.a;
}
2022-03-07 09:34:54 +00:00
/* renamed from: invoke reason: avoid collision after fix types in other method */
public final void invoke2(AppMediaPlayer.Event event) {
2021-08-20 02:22:46 +00:00
m.checkNotNullParameter(event, "event");
2021-08-03 07:33:18 +00:00
WidgetMedia.access$handlePlayerEvent(this.this$0, event);
}
}