rilyu/teaset

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

bearchan opened this issue · 1 comments

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

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.