discord-jadx/app/src/main/java/com/discord/widgets/friends/FriendsListViewModel$handle...

27 lines
1.3 KiB
Java

package com.discord.widgets.friends;
import com.discord.widgets.friends.FriendsListViewModel;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function0;
/* compiled from: FriendsListViewModel.kt */
public final class FriendsListViewModel$handleStoreState$1 extends o implements Function0<FriendsListViewModel.ListSections> {
public final /* synthetic */ Map $relationships;
public final /* synthetic */ FriendsListViewModel.StoreState $storeState;
public final /* synthetic */ FriendsListViewModel this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public FriendsListViewModel$handleStoreState$1(FriendsListViewModel friendsListViewModel, Map map, FriendsListViewModel.StoreState storeState) {
super(0);
this.this$0 = friendsListViewModel;
this.$relationships = map;
this.$storeState = storeState;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final FriendsListViewModel.ListSections mo1invoke() {
return FriendsListViewModel.access$getItems(this.this$0, this.$relationships, this.$storeState.getUsers(), this.$storeState.getPresences(), this.$storeState.getApplicationStreams(), this.$storeState.getShowContactSyncUpsell(), this.$storeState.getFriendSuggestions());
}
}