Kai Zhu

Results 9 comments of Kai Zhu

Does this happen when you use EditText instead of MaterialEditText?

Clear description. I'll take a look. Thanks.

Fixed in `v2.1.4`. I just uploaded it, and it should be synced to Maven Central in several hours. It's because of the clear button. Thanks to @onewilk for helping me...

Hi @tunjos , `MateiralEditText` doesn't support attribute `android:background`. You can use `met_underlineColor` if you're going to customize the color of the underline.

没看太懂,你说的是缓存机制在哪里无法使用?

为什么会造成内存泄露没看懂…… `unsubscribe()` 做的是解绑,它无法阻止你的工作线程的工作,你的工作线程依然会继续进行网络通信,但工作线程和 `Observer` 的连接已经断开了,应该不会泄露内存吧? 至于工作线程继续工作的问题,如果你想把它立即停止,解决方案就和你使用 RxJava 之前使用一样的就行了。

我应该明白你的意思了,但没有遇到过你的情况……你找身边的人帮你看看是不是哪里有什么别的问题试试看? On Fri, Apr 22, 2016 at 2:02 PM Shenhuan Chan [email protected] wrote: > 但事实上并没有和Observer解绑成功,最终还是会执行订阅的方法,当再次进入的时候就造成泄漏了。 > 我试着在你给的例子的flatmap()方法中执行udp的receive操作,遇到了一样的问题 > > — > You are receiving this because you commented. > >...

Hi @osrl and @sidsaxena0 , Try to change the `import` line `com.rengwuxian.materialedittext.R` to `$yourpackage.R`. Let me know if this suggestion doesn't work.

Ahhhh, that again. For some reason, the preview view crashed when `MaterialEditText` is added. Seems I have to study deeper about the preview mode. I'll notice you if there is...