StaticLayoutView
StaticLayoutView copied to clipboard
Should it be happened on UI thread ?
https://github.com/ragnraok/StaticLayoutView/blob/08718bdc83d47a43b41ff1e4af205179a5aeb389/app/src/main/java/com/ragnarok/staticlayoutview/ui/StaticLayoutManager.java#L50
Hello, for what i know is anything related to the Android view should be called in the main thread but why the code above is allowed to be called in non-main thread ?