discord-jadx/app/src/main/java/com/discord/stores/StoreFriendSuggestions$upda...

25 lines
955 B
Java

package com.discord.stores;
import d0.z.d.o;
import java.util.List;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreFriendSuggestions.kt */
public final class StoreFriendSuggestions$updateFriendSuggestions$1 extends o implements Function0<Unit> {
public final /* synthetic */ List $suggestions;
public final /* synthetic */ StoreFriendSuggestions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreFriendSuggestions$updateFriendSuggestions$1(StoreFriendSuggestions storeFriendSuggestions, List list) {
super(0);
this.this$0 = storeFriendSuggestions;
this.$suggestions = list;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreFriendSuggestions.access$getStoreStream$p(this.this$0).handleFriendSuggestionsLoaded(this.$suggestions);
}
}