discord-jadx/app/src/main/java/com/discord/widgets/user/phone/WidgetUserPhoneManage$onViewBound$1.java
2021-07-24 04:37:17 +02:00

22 lines
806 B
Java

package com.discord.widgets.user.phone;
import com.discord.models.phone.PhoneCountryCode;
import com.discord.stores.StorePhone;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetUserPhoneManage.kt */
public final class WidgetUserPhoneManage$onViewBound$1 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 WidgetUserPhoneManage$onViewBound$1(StorePhone storePhone) {
super(0);
this.$phoneStore = storePhone;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final PhoneCountryCode mo1invoke() {
return this.$phoneStore.getCountryCode();
}
}