ADD week 5
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package com.google.android.material.internal;
|
||||
|
||||
import android.text.Editable;
|
||||
import android.text.TextWatcher;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class TextWatcherAdapter implements TextWatcher {
|
||||
@Override // android.text.TextWatcher
|
||||
public void afterTextChanged(Editable editable) {
|
||||
}
|
||||
|
||||
@Override // android.text.TextWatcher
|
||||
public void beforeTextChanged(CharSequence charSequence, int i, int i2, int i3) {
|
||||
}
|
||||
|
||||
@Override // android.text.TextWatcher
|
||||
public void onTextChanged(CharSequence charSequence, int i, int i2, int i3) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user