discord-jadx/app/src/main/java/com/discord/widgets/tabs/TabsHostBottomNavigationView$updateView$9.java

32 lines
1.1 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.tabs;
import android.view.View;
2021-10-15 06:18:26 +00:00
import c0.z.d.m;
import c0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
2021-08-03 07:33:18 +00:00
import kotlin.jvm.functions.Function1;
/* compiled from: TabsHostBottomNavigationView.kt */
2021-10-15 06:18:26 +00:00
public final class TabsHostBottomNavigationView$updateView$9 extends o implements Function1<View, Unit> {
public final /* synthetic */ Function0 $onSettingsLongPress;
2021-08-03 07:33:18 +00:00
2021-10-15 06:18:26 +00:00
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public TabsHostBottomNavigationView$updateView$9(Function0 function0) {
super(1);
this.$onSettingsLongPress = function0;
2021-08-03 07:33:18 +00:00
}
2021-10-15 06:18:26 +00:00
/* 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 /* bridge */ /* synthetic */ Unit invoke(View view) {
invoke(view);
return Unit.a;
}
public final void invoke(View view) {
m.checkNotNullParameter(view, "it");
this.$onSettingsLongPress.mo17invoke();
2021-08-03 07:33:18 +00:00
}
}