evbarnett

Results 2 comments of evbarnett

I am getting the exact same error- running on API 28, Pixel 2

And here is the location in the source where it occurs (EditTextStyleHelper.java:88) ``` field = editor.getClass().getDeclaredField("mCursorDrawable"); ``` mCursorDrawable is not a field anymore- So essentially the project will not work,...