mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-04-13 01:22:11 +02:00
This used to crash with: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views. at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:8372) at android.view.ViewRootImpl.requestLayout(ViewRootImpl.java:1444) This prevents that crash by ensuring that updates to `manage_hidden_icons_placeholder` happens on UI thread