LINE.apk(点击下载) / i.java


package kf2;

public class i {

    /* renamed from: a  reason: collision with root package name */
    public static volatile l f102230a = l.RELEASE;

    public static /* synthetic */ class a {

        /* renamed from: a  reason: collision with root package name */
        public static final /* synthetic */ int[] f102231a;

        /* JADX WARNING: Can't wrap try/catch for region: R(12:0|1|2|3|4|5|6|7|8|9|10|12) */
        /* JADX WARNING: Code restructure failed: missing block: B:13:?, code lost:
            return;
         */
        /* JADX WARNING: Failed to process nested try/catch */
        /* JADX WARNING: Missing exception handler attribute for start block: B:3:0x0012 */
        /* JADX WARNING: Missing exception handler attribute for start block: B:5:0x001d */
        /* JADX WARNING: Missing exception handler attribute for start block: B:7:0x0028 */
        /* JADX WARNING: Missing exception handler attribute for start block: B:9:0x0033 */
        static {
            int[] iArr = new int[l.values().length];
            f102231a = iArr;
            iArr[l.LOCAL.ordinal()] = 1;
            f102231a[l.ALPHA.ordinal()] = 2;
            f102231a[l.BETA.ordinal()] = 3;
            f102231a[l.RC.ordinal()] = 4;
            f102231a[l.RELEASE.ordinal()] = 5;
        }
    }

    public static Boolean a() {
        return Boolean.valueOf(f102230a != l.RELEASE);
    }

    public static String b() {
        int i14 = a.f102231a[f102230a.ordinal()];
        if (i14 == 1) {
            return "http://127.0.0.1:20080";
        }
        if (i14 == 2) {
            return "http://ts.line-apps-alpha.com";
        }
        if (i14 != 3) {
            return i14 != 4 ? "https://ts.line-apps.com" : "https://ts.line-apps-rc.com";
        }
        return "https://ts.line-apps-beta.com";
    }
}