We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4871c5f + 5bcdcc7 commit 6abfe1fCopy full SHA for 6abfe1f
WordPressUtils/src/main/java/org/wordpress/android/util/widgets/WPEditText.java
@@ -5,6 +5,11 @@
5
import android.view.KeyEvent;
6
import android.widget.EditText;
7
8
+/*
9
+ * @deprecated This custom EditText is used solely by the "legacy" editor in WP Android.
10
+ * It will be removed when we drop the legacy editor and should not be used in new code.
11
+ */
12
+@Deprecated
13
public class WPEditText extends EditText {
14
private EditTextImeBackListener mOnImeBack;
15
private OnSelectionChangedListener onSelectionChangedListener;
0 commit comments