Skip to content

Commit ca726eb

Browse files
mfazekasclaude
andcommitted
refactor(android): remove manual afterUpdate call from dataBind setter
- Remove afterUpdate() call from custom setter - React Native automatically calls afterUpdate() after all props update - Prevents potential double-reload issues 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ad702d1 commit ca726eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

android/src/main/java/com/margelo/nitro/rive/HybridRiveView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ class HybridRiveView(val context: ThemedReactContext) : HybridRiveViewSpec() {
5757
if (field != value) {
5858
field = value
5959
needsReload = true
60-
afterUpdate()
6160
}
6261
}
6362
//endregion

0 commit comments

Comments
 (0)