discord-jadx/app/src/main/java/com/discord/widgets/phone/WidgetPhoneCountryCodeBottomSheet$configureUI$1.java
2021-10-15 08:18:26 +02:00

22 lines
1,018 B
Java

package com.discord.widgets.phone;
import c0.z.d.m;
import com.discord.models.phone.PhoneCountryCode;
import com.discord.stores.StorePhone;
/* compiled from: WidgetPhoneCountryCodeBottomSheet.kt */
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();
}
}