Bug? MaterialDialogs not working on AndroidX

wimpie3

Well-Known Member
Licensed User
Longtime User
Ultra small demo project is attached. This code worked fine with the previous SDK but crashes using AndroidX during startup with this error:

B4X:
android.view.InflateException: Binary XML file line #39: Error inflating class android.support.v7.widget.RecyclerView
 

Attachments

  • bug.zip
    38.5 KB · Views: 237

cimperia

Active Member
Licensed User
Longtime User
I believe commenting out the line below might do the trick.
B4X:
'dialogWindow.build
 
Last edited:
Top