Request layout on image downloaded

pull/174/head
M66B 5 years ago
parent 600cd366c0
commit c05517aaca

@ -376,7 +376,8 @@ class ImageHelper {
lld.setBounds(0, 0, bounds.width(), bounds.height());
lld.setLevel(0);
view.setText(view.getText());
view.requestLayout();
view.invalidate();
}
});
}

Loading…
Cancel
Save