mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
859e4e00f7
Changing tint color stopped working after rebind if
image url remained same because we are calling
view.closeAllSubscription() in bindView and didn't
call observeTintColor when imageUrl was same due to
if (isImageLoaded && newImageUrl == imageUrl) {
return
}
in applyImage