discord-jadx/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet$configureUI$1.java

24 lines
1 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.phone;
import com.discord.models.phone.PhoneCountryCode;
import com.discord.stores.StorePhone;
2021-11-02 06:38:17 +00:00
import d0.z.d.m;
2021-08-03 07:33:18 +00:00
/* compiled from: WidgetPhoneCountryCodeBottomSheet.kt */
2022-03-07 09:34:54 +00:00
/* loaded from: classes2.dex */
2021-08-03 07:33:18 +00:00
public final class WidgetPhoneCountryCodeBottomSheet$configureUI$1 implements OnCountryCodeSelectedListener {
public final /* synthetic */ StorePhone $phoneStore;
public final /* synthetic */ WidgetPhoneCountryCodeBottomSheet this$0;
public WidgetPhoneCountryCodeBottomSheet$configureUI$1(WidgetPhoneCountryCodeBottomSheet widgetPhoneCountryCodeBottomSheet, StorePhone storePhone) {
this.this$0 = widgetPhoneCountryCodeBottomSheet;
this.$phoneStore = storePhone;
}
@Override // com.discord.widgets.phone.OnCountryCodeSelectedListener
public final void onCountryCodeSelected(PhoneCountryCode phoneCountryCode) {
m.checkNotNullParameter(phoneCountryCode, "it");
this.$phoneStore.updateSelectedCountryCode(phoneCountryCode);
this.this$0.dismiss();
}
}