码迷,mamicode.com
首页 > 其他好文 > 详细

Error

时间:2015-10-22 18:52:53      阅读:125      评论:0      收藏:0      [点我收藏+]

标签:

Error

Error

1 StackOverflow because of EditText‘s addTextChangedLister

We should be carefull when we use addTextChangedLister. Because if we don‘t add restrictions on text changging, we may have somes trouble that the method would be a endless loop.
afterTextChanged() –> setText() –> afterTextChanged() –> ….

1.1 TODO Solution

Provide a out entry.

*

Author: mlhy

Created: 2015-10-22 Thu 09:45

Emacs 24.5.1 (Org mode 8.2.10)

Error

标签:

原文地址:http://www.cnblogs.com/mlhy/p/4901756.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!