Files
divkit/client/android/div
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-08-25 21:21:49 +03:00
2022-08-25 21:21:49 +03:00
2022-08-25 21:22:56 +03:00
2022-08-25 21:21:49 +03:00

This module contains all basics of div feature.