Srujan Barai
Srujan Barai
If we drag the panel half way and leave, it should stay there.
@SufianBabri and @ravi123shanker is that "return false" solution working without any error? If yes, I will adopt it.
@ravi123shanker It is crashing my app. I guess it works only if you are not using `appendMode`.
@SufianBabri Here is my log cat: E/UncaughtException: java.lang.NullPointerException at android.view.inputmethod.InputConnectionWrapper.finishComposingText(InputConnectionWrapper.java:78) at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:355) at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:77) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:213) at android.app.ActivityThread.main(ActivityThread.java:5225) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:525) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:741) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557) at...
@kizitonwose I tried yours, its working! Thanks! But is it possible to listen to the input changes in the edit tag? I badly want that!
@kizitonwose yh! I downloaded the lib and did changes myself. Btw I couldnt import the lib in my project as it is. I had to remove two lines (maven related)...
@imneeraj I havent used this lib yet, but I guess you wrote your code in `onCreateViewHolder()` instead of `onBindViewHolder()`. Change it and your problem will most prob be solved.
@hechenyu1995 didn't get you.
Is there any update on this?
I am having the same issue and that too on the **demo project** provided by voximplant, which I think might help you, @YuliaGrigorieva I am running the demo project on...