Skip to content

Commit

Permalink
Mark the util WPEditText as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradbury committed Mar 1, 2016
1 parent d2d5ae1 commit 79220be
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
import android.view.KeyEvent;
import android.widget.EditText;

/*
* @deprecated This custom EditText is used solely by the "legacy" editor in WP Android.
* It will be removed when we drop the legacy editor and should not be used in new code.
*/
@Deprecated
public class WPEditText extends EditText {
private EditTextImeBackListener mOnImeBack;
private OnSelectionChangedListener onSelectionChangedListener;
Expand Down

0 comments on commit 79220be

Please sign in to comment.