// 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.fragments; import com.oliodevices.assist.app.activities.SetupActivityCallbacks; import com.oliodevices.assist.app.api.ApiCallback; import com.oliodevices.assist.app.api.models.TokenResponse; import com.oliodevices.assist.app.core.Utils; import retrofit.RetrofitError; // Referenced classes of package com.oliodevices.assist.app.fragments: // SetupLoginFragment class this._cls0 implements ApiCallback { final SetupLoginFragment this$0; public void failure(RetrofitError retrofiterror) { if (!isResumed()) goto _L2; else goto _L1 _L1: mCallbacks.hideProgress(); .SwitchMap.retrofit.RetrofitError.Kind[retrofiterror.getKind().dinal()]; JVM INSTR tableswitch 1 3: default 60 // 1 82 // 2 96 // 3 109; goto _L3 _L4 _L5 _L6 _L3: retrofiterror = getString(0x7f0600d9); _L8: Utils.showToastMessage(getActivity(), retrofiterror); _L2: return; _L4: retrofiterror = ((TokenResponse)retrofiterror.getBody()).errorDescription; continue; /* Loop/switch isn't completed */ _L5: retrofiterror = getString(0x7f0600d7); continue; /* Loop/switch isn't completed */ _L6: retrofiterror = getString(0x7f0600d8); if (true) goto _L8; else goto _L7 _L7: } public void success() { if (isResumed()) { mCallbacks.hideProgress(); SetupLoginFragment.access$000(SetupLoginFragment.this); SetupLoginFragment.access$100(SetupLoginFragment.this); } } ks() { this$0 = SetupLoginFragment.this; super(); } }