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

Switch to "message view" when displayMessageBody() is called

This commit is contained in:
cketti 2012-02-23 00:10:47 +01:00
parent 18c96f94d6
commit 2c09d75afa

View File

@ -295,6 +295,8 @@ public class SingleMessageView extends LinearLayout implements OnClickListener {
} else {
loadBodyFromUrl("file:///android_asset/empty.html");
}
onShowMessage();
}
public void loadBodyFromUrl(String url) {