StylingAndroid / Rialto

Apache License 2.0
259 stars 10 forks source link

Scary looking logcat entry when extending RialtoActivity #7

Closed teal77 closed 4 years ago

teal77 commented 4 years ago

AppCompatDelegate: The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's

Is this normal?

StylingAndroid commented 4 years ago

It is expected.

Rialto replaces the AppCompat ViewInflator with its own. But the Rialto ViewInflator extends the AppCompat one