Adds TextChangedListener helper class to make working with text inputs less verbose.

This commit is contained in:
2021-05-27 04:17:22 -07:00
committed by Tom Hicks
parent d52102d430
commit 595ee0c6fb

View File

@@ -3,7 +3,6 @@ package com.majinnaibu.monstercards.utils;
import android.text.Editable; import android.text.Editable;
import android.text.TextWatcher; import android.text.TextWatcher;
@SuppressWarnings("unused")
public class TextChangedListener implements TextWatcher { public class TextChangedListener implements TextWatcher {
private final BeforeTextChangedCallback mBeforeTextChangedCallback; private final BeforeTextChangedCallback mBeforeTextChangedCallback;