-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有\n的时候崩溃 #3
Comments
感谢反馈,我尽快看一下这个问题 |
java.lang.StringIndexOutOfBoundsException: length=96; regionStart=14; regionLength=-3 |
我试了下,添加\n后,我这边没有产生问题; |
我没有改代码,只是拿来测试时发现的。
|
就是碰到有 这种内容时候会报错 |
谢谢提醒,确实有这个问题,主要是因为我没有处理\n导致的,我稍后改改 |
我想在项目中使用,但还有一个问题,能在加一个ClickableSpan 把点击显示文字和"展开"/"收起"这两个的点击事件区分开吗? |
没太明白你的意思,你的意思是“展开”/“收起”只是一个显示作用,不添加按下功能,按下功能在另一个clickspan中添加? |
我的意思是“展开”/“收起”就按现在做的,但点击显示的文字可以加一个ClickableSpan,这样就可以自己来设点击事件了。就是点击显示文字和"展开"/"收起"可以有不同的响应 |
我明白你的意思了,现在的clickablespan的click是这样定义的:
现在的问题是,如果我给这个view设置了外部的点击事件,此时单独点击“展开收起”时,既响应clickablespan,同时响应外部点击效果 |
对的 |
这个在android 4.4 上是能够复现的 |
更新了一下代码,现在换行崩溃的问题已经可以解决了 |
No description provided.
The text was updated successfully, but these errors were encountered: