android - EditText typing is slow

后端 未结 5 2149
囚心锁ツ
囚心锁ツ 2021-02-09 22:05

I\'ve got an EditText that is SLOW to respond when typing. The lag is annoying enough to cause me to find a solution. I did some research and found an SO thread EditText laggi

5条回答
  •  南笙
    南笙 (楼主)
    2021-02-09 22:44

    android:vmSafeMode="true"
    

    removing this attribute from manifest it will work. its working for me.

提交回复
热议问题