mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Workaround images not being updated
Probably caused by updating ConstraintLayout
This commit is contained in:
@@ -465,8 +465,10 @@ class ImageHelper {
|
||||
((AnimatedImageDrawable) d).start();
|
||||
}
|
||||
|
||||
view.invalidate();
|
||||
view.requestLayout();
|
||||
view.setText(view.getText());
|
||||
|
||||
//view.invalidate();
|
||||
//view.requestLayout();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user