Fixed
Status Update
Comments
al...@google.com <al...@google.com>
se...@google.com <se...@google.com> #2
Alternatively, we could make all of the drawable compat classes public.
se...@google.com <se...@google.com>
ap...@google.com <ap...@google.com> #3
Needs to wait until we're back to alpha.
Bugjuggler: wait until 2022-07-21
se...@google.com <se...@google.com>
sa...@gmail.com <sa...@gmail.com> #4
Hi. I've received your bug and will wait until 2022-07-21 00:00 -0400 EDT and then assign the bug to alanv@google.com.
Description
Hello,
I updated this library
to this
And there is a bug that started to appear in my code. The bug is:
This is my code
The problematic line is textField.editText?.setKeyListener(null) but I do it on purpose since I read on the stackOverflow that keaybord wont' show up after clicking. I want to use it as a read only, and when clicked to open dialog with options to choose from, therefore no keyborad. The stack overflow =https://stackoverflow.com/questions/60710536/android-using-materialdatepicker-and-textinputlayout
So probably I'm not the only one using it this way.
My xml behind this code:
I believe it has something to do with some emoji or something, which I do not want to use.
Thank you