diff options
| author | Martin Brabham <optedoblivion@cyngn.com> | 2015-11-19 13:13:39 -0800 |
|---|---|---|
| committer | LorDClockaN <davor@losinj.com> | 2015-11-20 22:07:18 +0100 |
| commit | d7d5d8130a1a7356319ef8e755df11bbc88b8860 (patch) | |
| tree | 835aba3292a59e0285702075c7425c4dfc42615f | |
| parent | 773cb13b19c1d93e73ddfde7d7e7ac3c4ccf6f16 (diff) | |
Remove text watcher that is incorrectly formatting numbers in RTL.
This formatter only worked on the first recipient entered. This
would no longer parse numbers and format them for 2+ recipients.
Change-Id: I0c366ccce3729b2aa0873dafb7247485bb151f19
Ticket-Id: HAM-1158
| -rw-r--r-- | src/com/android/mms/ui/ComposeMessageActivity.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/com/android/mms/ui/ComposeMessageActivity.java b/src/com/android/mms/ui/ComposeMessageActivity.java index de1180b3..9f3b9ea7 100644 --- a/src/com/android/mms/ui/ComposeMessageActivity.java +++ b/src/com/android/mms/ui/ComposeMessageActivity.java @@ -2004,8 +2004,6 @@ public class ComposeMessageActivity extends Activity } }); - PhoneNumberFormatter.setPhoneNumberFormattingTextWatcher(this, mRecipientsEditor); - mTopPanel.setVisibility(View.VISIBLE); } |
