StaticLayoutView icon indicating copy to clipboard operation
StaticLayoutView copied to clipboard

Should it be happened on UI thread ?

Open mrjoema opened this issue 7 years ago • 0 comments

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 ?

mrjoema avatar Feb 18 '18 08:02 mrjoema