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

20 lines
943 B
Java

package com.discord.widgets.chat.input;
import com.lytefast.flexinput.viewmodel.FlexInputViewModel;
import rx.functions.Func0;
/* compiled from: WidgetChatInputAttachments.kt */
public final class WidgetChatInputAttachments$configureFlexInputFragment$2<R> implements Func0<Boolean> {
public final /* synthetic */ WidgetChatInputAttachments this$0;
public WidgetChatInputAttachments$configureFlexInputFragment$2(WidgetChatInputAttachments widgetChatInputAttachments) {
this.this$0 = widgetChatInputAttachments;
}
@Override // rx.functions.Func0, java.util.concurrent.Callable
public final Boolean call() {
FlexInputViewModel flexInputViewModel = WidgetChatInputAttachments.access$getFlexInputFragment$p(this.this$0).r;
Boolean valueOf = flexInputViewModel != null ? Boolean.valueOf(flexInputViewModel.hideExpressionTray()) : null;
return valueOf != null ? valueOf : Boolean.FALSE;
}
}