discord-jadx/app/src/main/java/com/discord/widgets/home/WidgetHome$onCreate$1.java

23 lines
754 B
Java

package com.discord.widgets.home;
import android.content.Context;
import d0.z.d.m;
import d0.z.d.o;
import java.util.Locale;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetHome.kt */
public final class WidgetHome$onCreate$1 extends o implements Function1<Context, Locale> {
public final /* synthetic */ WidgetHome this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetHome$onCreate$1(WidgetHome widgetHome) {
super(1);
this.this$0 = widgetHome;
}
public final Locale invoke(Context context) {
m.checkNotNullParameter(context, "context");
return WidgetHome.access$getLocaleManager$p(this.this$0).getPrimaryLocale(context);
}
}