StylingAndroid / Rialto

Apache License 2.0
259 stars 10 forks source link

Rialto does not work on pre-API 21 devices #2

Closed StylingAndroid closed 5 years ago

StylingAndroid commented 5 years ago

Due to some oddities with LayoutInflatorCompat, the factory substitution is not being performed correctly during RialtoDelegateImpl initialisation.

StylingAndroid commented 5 years ago

Actually the cause of this is #3 so a fix for that will actually resolve this also.