mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
Android: Add an assertion to check that app style is only modified on the main thread
This commit is contained in:
parent
e627d0b66f
commit
6212a4c81f
1 changed files with 1 additions and 0 deletions
|
|
@ -2084,6 +2084,7 @@ public:
|
|||
|
||||
void appStyleChanged() override
|
||||
{
|
||||
JUCE_ASSERT_MESSAGE_THREAD
|
||||
refreshSystemBarsAndSetHidden (navBarsHidden);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue