discord-jadx/app/src/main/java/com/discord/widgets/contact_sync/ContactSyncUpsellSheet$configureUI$1.java
2021-07-24 04:37:17 +02:00

20 lines
844 B
Java

package com.discord.widgets.contact_sync;
import android.view.View;
/* compiled from: ContactSyncUpsellSheet.kt */
public final class ContactSyncUpsellSheet$configureUI$1 implements View.OnClickListener {
public final /* synthetic */ boolean $discoverable;
public final /* synthetic */ ContactSyncUpsellSheet this$0;
public ContactSyncUpsellSheet$configureUI$1(ContactSyncUpsellSheet contactSyncUpsellSheet, boolean z2) {
this.this$0 = contactSyncUpsellSheet;
this.$discoverable = z2;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetContactSyncViewModel access$getViewModel$p = ContactSyncUpsellSheet.access$getViewModel$p(this.this$0);
boolean z2 = this.$discoverable;
access$getViewModel$p.onPermissionsToggle(!z2, !z2);
}
}