Updated DivKit 32.48.0 changelog

commit_hash:f29c99a5c794ff7297904c16448e6ae09c850724
This commit is contained in:
robot-divkit
2026-05-04 14:44:36 +03:00
parent 3ac2f086c1
commit fc54dd137c
+2
View File
@@ -7,6 +7,8 @@
* Fixed NullPointerException at DivBinder.bind(BindingContext, View, Div, DivStatePath) when Div2View has no children.
* Fixed `transition_change` animations on views with `wrap_content` size.
* Fixed click and long click actions not being triggered on pager's parent elements. Tap and long press events on DivPagerView are now properly propagated up the view hierarchy to the nearest clickable ancestor.
* Fixed deadlock at `Div2View.cleanup()` call.
* Fixed deadlock at `Div2View.setDataAsync()`.
* Fixed snapping after scroll actions in gallery with `scroll_mode` `paging`.
# iOS Client: