mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Android: restore nav bar visibility when native keyboard gets dismissed.
This commit is contained in:
parent
7ec4cbdec0
commit
780a7662cd
1 changed files with 4 additions and 0 deletions
|
|
@ -606,6 +606,10 @@ public:
|
|||
void dismissPendingTextInput() override
|
||||
{
|
||||
view.callVoidMethod (ComponentPeerView.showKeyboard, javaString ("").get());
|
||||
|
||||
if (Component* kiosk = Desktop::getInstance().getKioskModeComponent())
|
||||
if (kiosk->getPeer() == this)
|
||||
setNavBarsHidden (navBarsHidden);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue