// 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 com.oliodevices.assist.app.views.DeleteGestureListener; // Referenced classes of package com.oliodevices.assist.app.fragments: // ConfigWatchFragment class val.deleteGesture implements android.view..ConfigWatchFragment._cls32 { final ConfigWatchFragment this$0; final DeleteGestureListener val$deleteGesture; public void onClick(View view) { val$deleteGesture.openSlider(); } A() { this$0 = final_configwatchfragment; val$deleteGesture = DeleteGestureListener.this; super(); } }