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:
commit
f52697f42a
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user