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

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


package myobfuscated.f60;

import com.dropbox.core.v2.files.e;
import com.picsart.chooser.MediaType;
import com.picsart.chooser.SourceType;
import com.picsart.chooser.media.AlbumType;
import java.util.ArrayList;
import kotlin.jvm.internal.Intrinsics;
import myobfuscated.o20.d0;
import myobfuscated.o20.i;
import myobfuscated.ot.g;
import org.jetbrains.annotations.NotNull;
public final class d implements c {
    @Override
    @NotNull
    public final i a(@NotNull String accessToken, int i, int i2, @NotNull ArrayList photos) {
        Intrinsics.checkNotNullParameter(accessToken, "accessToken");
        Intrinsics.checkNotNullParameter(photos, "photos");
        ArrayList arrayList = new ArrayList();
        int i3 = i + i2;
        if (i3 >= photos.size()) {
            i3 = photos.size();
        }
        for (int i4 = i; i4 < i3; i4++) {
            e eVar = (e) photos.get(i4);
            g gVar = new g();
            gVar.u("path", eVar.b);
            gVar.u("size", "w640h480");
            gVar.u("format", "jpeg");
            String str = "https://content.dropboxapi.com/2/files/get_thumbnail?authorization=Bearer%20" + accessToken + "&arg=" + gVar;
            g gVar2 = new g();
            gVar2.u("path", eVar.b);
            MediaType mediaType = MediaType.PHOTO;
            String str2 = eVar.e;
            Intrinsics.checkNotNullExpressionValue(str2, "getId(...)");
            AlbumType albumType = AlbumType.DROPBOX;
            arrayList.add(new d0(mediaType, null, str2, albumType.getValue(), "https://content.dropboxapi.com/2/files/download?authorization=Bearer%20" + accessToken + "&arg=" + gVar2, SourceType.DEFAULT, str, 0, 0, null, false, false, 0, 0L, null, null, albumType.getValue(), null, null, null, null, null, 4128642));
        }
        return new i(arrayList, null, null, null, 14);
    }
}