mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-02-16 19:40:41 +01: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