discord-jadx/app/src/main/java/com/discord/stores/StoreUserSettingsSystem$set...

28 lines
1.3 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreUserSettingsSystem;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreUserSettingsSystem.kt */
public final class StoreUserSettingsSystem$setFontScale$2 extends o implements Function0<Unit> {
public final /* synthetic */ int $fontScale;
public final /* synthetic */ StoreUserSettingsSystem this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreUserSettingsSystem$setFontScale$2(StoreUserSettingsSystem storeUserSettingsSystem, int i) {
super(0);
this.this$0 = storeUserSettingsSystem;
this.$fontScale = i;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreUserSettingsSystem storeUserSettingsSystem = this.this$0;
StoreUserSettingsSystem.access$setSettings$p(storeUserSettingsSystem, StoreUserSettingsSystem.Settings.copy$default(StoreUserSettingsSystem.access$getSettings$p(storeUserSettingsSystem), null, null, this.$fontScale, 3, null));
this.this$0.markChanged();
StoreUserSettingsSystem.access$getOnFontScaleUpdated$p(this.this$0).invoke(Integer.valueOf(this.$fontScale));
}
}