Workaround images not being updated

Probably caused by updating ConstraintLayout
pull/187/head
M66B 4 years ago
parent a83e502a7a
commit 5c15a17134

@ -465,8 +465,10 @@ class ImageHelper {
((AnimatedImageDrawable) d).start();
}
view.invalidate();
view.requestLayout();
view.setText(view.getText());
//view.invalidate();
//view.requestLayout();
}
});
}

Loading…
Cancel
Save