1
0
Fork 0
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:
reuk 2025-07-22 15:24:52 +01:00
parent e627d0b66f
commit 6212a4c81f
No known key found for this signature in database

View file

@ -2084,6 +2084,7 @@ public:
void appStyleChanged() override
{
JUCE_ASSERT_MESSAGE_THREAD
refreshSystemBarsAndSetHidden (navBarsHidden);
}