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

22 lines
869 B
Java

package com.discord.stores;
import com.discord.stores.StoreUserSettingsSystem;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreUserSettingsSystem.kt */
public final class StoreUserSettingsSystem$observeSettings$1 extends o implements Function0<StoreUserSettingsSystem.Settings> {
public final /* synthetic */ StoreUserSettingsSystem this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreUserSettingsSystem$observeSettings$1(StoreUserSettingsSystem storeUserSettingsSystem) {
super(0);
this.this$0 = storeUserSettingsSystem;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StoreUserSettingsSystem.Settings mo1invoke() {
return StoreUserSettingsSystem.access$getSettings$p(this.this$0);
}
}