discord-jadx/app/src/main/java/com/discord/stores/StoreMFA$togglingSMSBackup$...

25 lines
853 B
Java

package com.discord.stores;
import com.discord.stores.StoreMFA;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreMFA.kt */
public final class StoreMFA$togglingSMSBackup$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreMFA this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMFA$togglingSMSBackup$1(StoreMFA storeMFA) {
super(0);
this.this$0 = storeMFA;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreMFA storeMFA = this.this$0;
StoreMFA.access$setState$p(storeMFA, StoreMFA.State.copy$default(StoreMFA.access$getState$p(storeMFA), null, true, 1, null));
this.this$0.markChanged();
}
}