Because we're not reusing the message view, we don't need to force scrolling. This has the side effect of cutting down on a momentary flash of message header area on display.
This commit is contained in:
parent
69da9bdd7a
commit
0b04e526b4
1 changed files with 0 additions and 1 deletions
|
@ -628,7 +628,6 @@ public class SingleMessageView extends LinearLayout implements OnClickListener,
|
|||
mAccessibleMessageContentView.loadDataWithBaseURL("http://", emailText, contentType, "utf-8", null);
|
||||
} else {
|
||||
mMessageContentView.setText(emailText, contentType);
|
||||
mMessageContentView.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue