1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fixed issue with reply icon in subject in message view screen not being set properly when navigating around using up and down arrows

This commit is contained in:
Bao-Long Nguyen-Trong 2009-11-09 06:02:46 +00:00
parent 221888c45a
commit cf143cda86

View File

@ -270,6 +270,13 @@ public class MessageView extends K9Activity
null, // right
null); // bottom
}
else {
mSubjectView.setCompoundDrawablesWithIntrinsicBounds(
null, // left
null, // top
null, // right
null); // bottom
}
break;
case MSG_NETWORK_ERROR: