// 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 android.content.Context; import com.olio.util.ALog; import com.oliodevices.assist.app.api.ApiCallback; import com.oliodevices.assist.app.core.Utils; import retrofit.RetrofitError; // Referenced classes of package com.oliodevices.assist.app.fragments: // SetupLoginFragment class val.context implements ApiCallback { final SetupLoginFragment this$0; final Context val$context; public void failure(RetrofitError retrofiterror) { if (isAdded()) { ALog.e((new StringBuilder()).append("Failed to load user settings from server, error: ").append(retrofiterror).toString(), new Object[0]); Utils.showToastMessage(val$context, getString(0x7f0601bc)); } } public void success() { ALog.d("Successfully loaded user settings from server.", new Object[0]); } () { this$0 = final_setuploginfragment; val$context = Context.this; super(); } }