// 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; import android.widget.AdapterView; import android.widget.ListView; import com.olio.data.object.user.CalendarSettings; import com.oliodevices.assist.app.adapters.CalendarListAdapter; import java.util.List; // Referenced classes of package com.oliodevices.assist.app.fragments: // CalendarSelectionFragment class this._cls0 implements android.widget.ner { final CalendarSelectionFragment this$0; public void onItemClick(AdapterView adapterview, View view, int i, long l) { adapterview = (String)CalendarSelectionFragment.access$000(CalendarSelectionFragment.this).getItem(i); view = CalendarSelectionFragment.access$100(CalendarSelectionFragment.this).getCalendarIdentifiers(); if (mListView.isItemChecked(i)) { view.add(adapterview); return; } else { view.remove(adapterview); return; } } () { this$0 = CalendarSelectionFragment.this; super(); } }