Picsart v24.6版本的 MD5 值为:21a61631d94e54da68d2ad9268b8b9d9

以下内容为反编译后的 HomeTabsConfigRepoImpl.java 源代码,内容仅作参考


package com.picsart.home;

import com.picsart.studio.common.constants.SourceParam;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1;
import myobfuscated.gy0.b0;
import myobfuscated.gy0.c0;
import myobfuscated.gy0.d0;
import org.jetbrains.annotations.NotNull;
public final class HomeTabsConfigRepoImpl implements d0 {
    @NotNull
    public final kotlinx.coroutines.c a;
    @NotNull
    public final myobfuscated.jg1.a b;
    @NotNull
    public final r c;
    public volatile c0 d;
    @NotNull
    public final c0 e;

    public HomeTabsConfigRepoImpl(@NotNull myobfuscated.wn2.a dispatcher, @NotNull myobfuscated.jg1.a settingsService, @NotNull r configMapperHome) {
        Intrinsics.checkNotNullParameter(dispatcher, "dispatcher");
        Intrinsics.checkNotNullParameter(settingsService, "settingsService");
        Intrinsics.checkNotNullParameter(configMapperHome, "configMapperHome");
        this.a = dispatcher;
        this.b = settingsService;
        this.c = configMapperHome;
        String value = SourceParam.MY_NETWORK_INSPIRING.getValue();
        String value2 = SourceParam.MY_NETWORK_FOLLOWING.getValue();
        this.e = new c0(myobfuscated.jk2.o.h(new b0("Inspiring", null, "small_card", true, true, null, null, true, myobfuscated.jk2.o.h("block_unblock_user", "report_user", "report_post", "report_hashtag"), value, 2242), new b0("Following", "v2/users/network/following", "big_card", false, false, new myobfuscated.gy0.e("No more posts to show", "Allow new interests and get more content directly to your feed.", "EXPLORE", "https://cdn140.picsart.com/80354046167495784620.png", 16), new myobfuscated.gy0.e("Discover Interests", "Get relevant editing assets directly to your feed by following interests. Tap the button below and start exploring!", "EXPLORE", "https://cdn140.picsart.com/04721403987746157087.png", 16), true, myobfuscated.jk2.o.h("follow_unfollow_tag", "follow_unfollow_creator", "upload_with_followed_tag", "block_unblock_user", "report_user", "report_post", "report_hashtag"), value2, 2048)), true);
    }

    @Override
    @NotNull
    public final myobfuscated.sn2.e<HomeTabsResponse> a() {
        return kotlinx.coroutines.flow.a.t(new FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1(new myobfuscated.sn2.u(new HomeTabsConfigRepoImpl$fetchTabsVersionConfig$1(this, null)), new HomeTabsConfigRepoImpl$fetchTabsVersionConfig$2(this, null)), this.a);
    }
}