discord-jadx/app/src/main/java/com/discord/widgets/settings/profile/WidgetEditProfileBannerShee...

22 lines
964 B
Java

package com.discord.widgets.settings.profile;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetEditProfileBannerSheet.kt */
public final class WidgetEditProfileBannerSheet$isGuildContext$2 extends o implements Function0<Boolean> {
public final /* synthetic */ WidgetEditProfileBannerSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetEditProfileBannerSheet$isGuildContext$2(WidgetEditProfileBannerSheet widgetEditProfileBannerSheet) {
super(0);
this.this$0 = widgetEditProfileBannerSheet;
}
/* Return type fixed from 'boolean' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Boolean mo1invoke() {
return WidgetEditProfileBannerSheet.access$getArgumentsOrDefault$p(this.this$0).getLong("com.discord.intent.extra.EXTRA_GUILD_ID") > 0 ? 1 : null;
}
}