Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
am 741128e: Positioning of insertion point on sms draft re-launch
Browse files Browse the repository at this point in the history
* commit '741128e7649310e41758e4e88d504c11d61c5458':
  Positioning of insertion point on sms draft re-launch
  • Loading branch information
Tom Taylor authored and Android Git Automerger committed Oct 22, 2012
2 parents 4168442 + 741128e commit f937b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/com/android/mms/ui/ComposeMessageActivity.java
Expand Up @@ -3635,6 +3635,9 @@ public void run() {
drawTopPanel(false);
drawBottomPanel();
updateSendButtonState();

// Set the edit caret to the end of the text.
mTextEditor.setSelection(mTextEditor.length());
}
});

Expand Down

0 comments on commit f937b7d

Please sign in to comment.