Request layout on image downloaded

This commit is contained in:
M66B 2020-02-20 13:26:24 +01:00
parent 600cd366c0
commit c05517aaca
1 changed files with 2 additions and 1 deletions

View File

@ -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();
}
});
}