teaset icon indicating copy to clipboard operation
teaset copied to clipboard

Drawer组件非常卡顿,检查后发现放进去的view会被挂载9次!!!

Open bearchan opened this issue 2 years ago • 1 comments

bearchan avatar Jan 11 '22 02:01 bearchan

Maybe you can use single instance method to avoid this error , You can just use static variable refference to hold the Drawer conponent instance and return it, Then you can use it in anywhere.

program-spiritual avatar Jan 22 '22 05:01 program-spiritual