discord-jadx/app/src/main/java/com/discord/stores/StoreUserRelationships$obse...

22 lines
893 B
Java

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