mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
Android: restore nav bars visibility on back button press too.
This commit is contained in:
parent
ddc7dbfd4f
commit
3fae666465
1 changed files with 4 additions and 0 deletions
|
|
@ -549,6 +549,10 @@ public:
|
|||
{
|
||||
if (auto* app = JUCEApplicationBase::getInstance())
|
||||
app->backButtonPressed();
|
||||
|
||||
if (Component* kiosk = Desktop::getInstance().getKioskModeComponent())
|
||||
if (kiosk->getPeer() == this)
|
||||
setNavBarsHidden (navBarsHidden);
|
||||
}
|
||||
|
||||
void handleKeyboardHiddenCallback()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue