Skip counting body tasks

This commit is contained in:
M66B
2019-06-13 11:59:35 +02:00
parent c4d6f7a89f
commit 28de9b2b27
2 changed files with 16 additions and 8 deletions

View File

@@ -1945,7 +1945,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
args.putBoolean("show_images", show_images);
args.putBoolean("show_quotes", show_quotes);
args.putInt("zoom", zoom);
bodyTask.execute(context, owner, args, "message:body");
bodyTask.setCount(false).execute(context, owner, args, "message:body");
}
}