am 99930f81: Don\'t load from the network until specified

* commit '99930f81f1b7f1d5b769be958b3d1efe0aeef3fc':
  Don't load from the network until specified
This commit is contained in:
Todd Kennedy 2011-03-24 16:18:40 -07:00 committed by Android Git Automerger
commit f52697f42a

View File

@ -649,7 +649,7 @@ public abstract class MessageViewFragmentBase extends Fragment implements View.O
private void blockNetworkLoads(boolean block) {
if (mMessageContentView != null) {
mMessageContentView.getSettings().setBlockNetworkLoads(false);
mMessageContentView.getSettings().setBlockNetworkLoads(block);
}
}