mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-13 06:38:05 -05:00
I like this idea, but it's not ready for 3.000
Revert "It turns out that a big part of our perceptible message switching time" This reverts commit 06f9bb5b7f3064e646b43148d188cec06cd14d11.
This commit is contained in:
parent
44cef83e0b
commit
58c5afc77b
@ -1023,7 +1023,6 @@ public class MessageView extends K9Activity implements OnClickListener
|
|||||||
|
|
||||||
mAccount = Preferences.getPreferences(this).getAccount(ref.accountUuid);
|
mAccount = Preferences.getPreferences(this).getAccount(ref.accountUuid);
|
||||||
|
|
||||||
mMessageContentView.clearView();
|
|
||||||
mMessageContentView.getSettings().setBlockNetworkImage(true);
|
mMessageContentView.getSettings().setBlockNetworkImage(true);
|
||||||
K9.setBlockNetworkLoads(mMessageContentView.getSettings(), true);
|
K9.setBlockNetworkLoads(mMessageContentView.getSettings(), true);
|
||||||
|
|
||||||
@ -2222,6 +2221,7 @@ public class MessageView extends K9Activity implements OnClickListener
|
|||||||
{
|
{
|
||||||
public void run()
|
public void run()
|
||||||
{
|
{
|
||||||
|
mMessageContentView.loadUrl("file:///android_asset/loading.html");
|
||||||
updateDecryptLayout();
|
updateDecryptLayout();
|
||||||
setProgressBarIndeterminateVisibility(true);
|
setProgressBarIndeterminateVisibility(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user