mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +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:
parent
61b26e4e35
commit
2b1745272e
5 changed files with 24 additions and 5 deletions
|
|
@ -63,7 +63,6 @@ AccessibilityHandler::AccessibilityHandler (Component& comp,
|
|||
interfaces (std::move (interfacesIn)),
|
||||
nativeImpl (createNativeImpl (*this))
|
||||
{
|
||||
notifyAccessibilityEventInternal (*this, InternalAccessibilityEvent::elementCreated);
|
||||
}
|
||||
|
||||
AccessibilityHandler::~AccessibilityHandler()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue