// 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.RegisterResponse; import com.oliodevices.assist.app.core.Utils; import retrofit.RetrofitError; // Referenced classes of package com.oliodevices.assist.app.fragments: // SetupSignUpFragment class this._cls0 implements ApiCallback { final SetupSignUpFragment this$0; public void failure(RetrofitError retrofiterror) { if (!isResumed()) goto _L2; else goto _L1 _L1: mCallbacks.hideProgress(); .SwitchMap.retrofit.RetrofitError.Kind[retrofiterror.getKind().inal()]; JVM INSTR tableswitch 1 3: default 60 // 1 82 // 2 117 // 3 130; goto _L3 _L4 _L5 _L6 _L3: retrofiterror = getString(0x7f06015d); _L8: Utils.showToastMessage(getActivity(), retrofiterror); _L2: return; _L4: retrofiterror = (RegisterResponse)retrofiterror.getBody(); if (retrofiterror != null) { retrofiterror = ((RegisterResponse) (retrofiterror)).email[0]; } else { retrofiterror = getString(0x7f06015d); } continue; /* Loop/switch isn't completed */ _L5: retrofiterror = getString(0x7f06015b); continue; /* Loop/switch isn't completed */ _L6: retrofiterror = getString(0x7f06015c); if (true) goto _L8; else goto _L7 _L7: } public void success() { if (isResumed()) { mCallbacks.hideProgress(); SetupSignUpFragment.access$000(SetupSignUpFragment.this); } } s() { this$0 = SetupSignUpFragment.this; super(); } }