package com.discord.widgets.media; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetMedia.kt */ /* loaded from: classes2.dex */ public final class WidgetMedia$showControls$2 extends o implements Function1 { public final /* synthetic */ WidgetMedia this$0; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public WidgetMedia$showControls$2(WidgetMedia widgetMedia) { super(1); this.this$0 = widgetMedia; } @Override // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Unit invoke(Long l) { invoke2(l); return Unit.a; } /* renamed from: invoke reason: avoid collision after fix types in other method */ public final void invoke2(Long l) { WidgetMedia.access$hideControls(this.this$0); } }