// 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.view.View; // Referenced classes of package com.oliodevices.assist.app.fragments: // PersonalInfoFragment, VIPSelectionFragment, UpdateLocationFragment, AddOrEditActivityNameFragment, // TransportationFragment, CalendarSelectionFragment class val.itemType implements android.view..PersonalInfoFragment._cls7 { final PersonalInfoFragment this$0; final int val$itemType; public void onClick(View view) { view = null; val$itemType; JVM INSTR tableswitch 1 5: default 40 // 1 53 // 2 67 // 3 78 // 4 103 // 5 89; goto _L1 _L2 _L3 _L4 _L5 _L6 _L1: if (view != null) { startFragment(view); } return; _L2: view = VIPSelectionFragment.newInstance(PersonalInfoFragment.access$000(PersonalInfoFragment.this)); continue; /* Loop/switch isn't completed */ _L3: view = new UpdateLocationFragment(); continue; /* Loop/switch isn't completed */ _L4: view = new AddOrEditActivityNameFragment(); continue; /* Loop/switch isn't completed */ _L6: view = TransportationFragment.newInstance(PersonalInfoFragment.access$300(PersonalInfoFragment.this)); continue; /* Loop/switch isn't completed */ _L5: view = CalendarSelectionFragment.newInstance(PersonalInfoFragment.access$400(PersonalInfoFragment.this)); if (true) goto _L1; else goto _L7 _L7: } nt() { this$0 = final_personalinfofragment; val$itemType = I.this; super(); } }