// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.oliodevices.assist.app.activities; import android.content.DialogInterface; import com.olio.util.ALog; import com.oliodevices.assist.app.api.ApiResultCallback; import com.oliodevices.assist.app.api.models.AppRequirementsResponse; import com.oliodevices.assist.app.core.Utils; import retrofit.RetrofitError; // Referenced classes of package com.oliodevices.assist.app.activities: // MainActivity class this._cls1 implements android.content.nClickListener { final is._cls0 this$1; public void onClick(DialogInterface dialoginterface, int i) { Utils.launchPlayStore(_fld0); } () { this$1 = this._cls1.this; super(); } // Unreferenced inner class com/oliodevices/assist/app/activities/MainActivity$4 /* anonymous class */ class MainActivity._cls4 extends ApiResultCallback { final MainActivity this$0; public void failure(RetrofitError retrofiterror) { ALog.e("Unable to check app compatibility", retrofiterror, new Object[0]); } public void success(AppRequirementsResponse apprequirementsresponse) { int i; boolean flag1; flag1 = true; i = 0; int j = Integer.parseInt(apprequirementsresponse.apkMinVersion); i = j; _L1: Exception exception; boolean flag; if (54 >= i) { flag = flag1; } else { flag = false; } if (!flag) { (new android.app.AlertDialog.Builder(MainActivity.this)).setTitle(0x7f06003e).setMessage(apprequirementsresponse.message).setCancelable(false).setNegativeButton(0x7f0600bd, new MainActivity._cls4._cls1()).show(); } return; exception; ALog.e("Bad apkMinVersion: %s", new Object[] { apprequirementsresponse.apkMinVersion }); goto _L1 } public volatile void success(Object obj) { success((AppRequirementsResponse)obj); } { this$0 = MainActivity.this; super(); } } }