package com.discord.stores; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreUserSettingsSystem.kt */ public final class StoreUserSettingsSystem$setTheme$1 extends o implements Function0 { public final /* synthetic */ boolean $apiSync; public final /* synthetic */ Function0 $onRequestApiSync; public final /* synthetic */ String $theme; public final /* synthetic */ StoreUserSettingsSystem this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreUserSettingsSystem$setTheme$1(StoreUserSettingsSystem storeUserSettingsSystem, String str, boolean z2, Function0 function0) { super(0); this.this$0 = storeUserSettingsSystem; this.$theme = str; this.$apiSync = z2; this.$onRequestApiSync = function0; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreUserSettingsSystem.access$setThemeInternal(this.this$0, this.$theme, this.$apiSync, this.$onRequestApiSync); } }