Files
divkit/client
evgeek 859e4e00f7 Moved observeTintColor into bind method.
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
2022-09-20 13:11:31 +03:00
..
2022-09-19 16:20:22 +03:00
2022-09-19 20:17:38 +03:00