Swiggy v4.51.1版本的 MD5 值为:5af7ec91512a0a8c1510e3f8bac20b8b

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


package in.swiggy.android.lottieloader;

import kotlin.Pair;
public final class k {
    public static final k a = new k();

    private k() {
    }

    public final Pair<Boolean, Integer> a(String str) {
        if (str != null) {
            switch (str.hashCode()) {
                case -1673006474:
                    if (str.equals("https://res.cloudinary.com/swiggy/raw/upload/lottiefood/descriptive_loader/menu_loader_optimised.json")) {
                        return new Pair<>(Boolean.TRUE, Integer.valueOf(m.menu_lottie));
                    }
                    break;
                case -1557281350:
                    if (str.equals("https://media-assets.swiggy.com/swiggy/image/upload/dineout/do_search_lottie.lottie")) {
                        return new Pair<>(Boolean.TRUE, Integer.valueOf(m.do_search_lottie));
                    }
                    break;
                case -262233404:
                    if (str.equals("https://res.cloudinary.com/swiggy/raw/upload/lottiefood/descriptive_loader/collections_loader_optimised.json")) {
                        return new Pair<>(Boolean.TRUE, Integer.valueOf(m.collection_lottie));
                    }
                    break;
                case 1901635839:
                    if (str.equals("https://res.cloudinary.com/swiggy/raw/upload/lottiefood/descriptive_loader/search_loader_optimised.json")) {
                        return new Pair<>(Boolean.TRUE, Integer.valueOf(m.search_lottie));
                    }
                    break;
            }
        }
        return new Pair<>(Boolean.FALSE, 0);
    }
}