Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ss-Android into feature/plans-master
  • Loading branch information
nbradbury committed Mar 2, 2016
2 parents 4871c5f + 5bcdcc7 commit 6abfe1f
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 6abfe1f

Please sign in to comment.