discord-jadx/app/src/main/java/com/discord/widgets/auth/WidgetAuthLogin$onViewBound...

23 lines
782 B
Java

package com.discord.widgets.auth;
import com.discord.models.phone.PhoneCountryCode;
import com.discord.stores.StorePhone;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetAuthLogin.kt */
public final class WidgetAuthLogin$onViewBound$8 extends o implements Function0<PhoneCountryCode> {
public final /* synthetic */ StorePhone $phoneStore;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetAuthLogin$onViewBound$8(StorePhone storePhone) {
super(0);
this.$phoneStore = storePhone;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final PhoneCountryCode mo1invoke() {
return this.$phoneStore.getCountryCode();
}
}