Skip to content

Commit 6abfe1f

Browse files
committed
Merge branch 'develop' of https://github.com/wordpress-mobile/WordPress-Android into feature/plans-master
2 parents 4871c5f + 5bcdcc7 commit 6abfe1f

File tree

1 file changed

+5
-0
lines changed
  • WordPressUtils/src/main/java/org/wordpress/android/util/widgets

1 file changed

+5
-0
lines changed

WordPressUtils/src/main/java/org/wordpress/android/util/widgets/WPEditText.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
import android.view.KeyEvent;
66
import android.widget.EditText;
77

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
813
public class WPEditText extends EditText {
914
private EditTextImeBackListener mOnImeBack;
1015
private OnSelectionChangedListener onSelectionChangedListener;

0 commit comments

Comments
 (0)