discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInput$onViewBound...

28 lines
1.0 KiB
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.chat.input;
2021-06-27 20:53:42 +00:00
import d0.z.d.o;
2021-06-27 20:44:35 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetChatInput.kt */
2021-06-27 20:53:42 +00:00
public final class WidgetChatInput$onViewBoundOrOnResume$3 extends o implements Function1<Boolean, Unit> {
public final /* synthetic */ WidgetChatInput this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
2021-06-27 20:44:35 +00:00
public WidgetChatInput$onViewBoundOrOnResume$3(WidgetChatInput widgetChatInput) {
2021-06-27 20:53:42 +00:00
super(1);
this.this$0 = widgetChatInput;
2021-06-27 20:44:35 +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
2021-06-27 20:53:42 +00:00
public /* bridge */ /* synthetic */ Unit invoke(Boolean bool) {
invoke(bool.booleanValue());
2021-06-27 20:44:35 +00:00
return Unit.a;
}
2021-06-27 20:53:42 +00:00
public final void invoke(boolean z2) {
WidgetChatInput.access$setWindowInsetsListeners(this.this$0, !z2);
2021-06-27 20:44:35 +00:00
}
}