// 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.views; import android.text.Editable; import android.text.TextWatcher; // Referenced classes of package com.oliodevices.assist.app.views: // SetupInputView class this._cls0 implements TextWatcher { final SetupInputView this$0; public void afterTextChanged(Editable editable) { } public void beforeTextChanged(CharSequence charsequence, int i, int j, int k) { } public void onTextChanged(CharSequence charsequence, int i, int j, int k) { setErrorState(false); } () { this$0 = SetupInputView.this; super(); } }