|
@@ -363,6 +363,9 @@ public: |
|
|
if (owner.onValueChange != nullptr)
|
|
|
if (owner.onValueChange != nullptr)
|
|
|
owner.onValueChange();
|
|
|
owner.onValueChange();
|
|
|
|
|
|
|
|
|
|
|
|
if (checker.shouldBailOut())
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
|
if (auto* handler = owner.getAccessibilityHandler())
|
|
|
if (auto* handler = owner.getAccessibilityHandler())
|
|
|
handler->notifyAccessibilityEvent (AccessibilityEvent::valueChanged);
|
|
|
handler->notifyAccessibilityEvent (AccessibilityEvent::valueChanged);
|
|
|
}
|
|
|
}
|
|
|