1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Android: Fix a couple of accessibility-related crashes

These crashes could be seen in the DemoRunner when selecting items in
nested PopupMenu windows.
This commit is contained in:
reuk 2022-05-23 19:59:57 +01:00
parent 54d7f5efb0
commit 9c9d930760
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
5 changed files with 24 additions and 5 deletions

View file

@ -63,7 +63,6 @@ AccessibilityHandler::AccessibilityHandler (Component& comp,
interfaces (std::move (interfacesIn)),
nativeImpl (createNativeImpl (*this))
{
notifyAccessibilityEventInternal (*this, InternalAccessibilityEvent::elementCreated);
}
AccessibilityHandler::~AccessibilityHandler()