TangoAgency / material-intro-screen

Inspired by Heinrich Reimer Material Intro and developed with love from scratch
MIT License
2.71k stars 410 forks source link

Android 8.0 crashes #141

Closed sajadmaster closed 6 years ago

sajadmaster commented 6 years ago

This library crashes for all Android 8.0 users!!!! Here is the full error from Fabric: agency.tango.materialintroscreen.MaterialIntroActivity.onCreate (MaterialIntroActivity.java:73)

com.goalmeterapp.www_issue_619_crash_5A614267006D000170A7CA883C12C3A8_c20cbecdfcb311e7b0b656847afe9799_0_v2.txt

sajadmaster commented 6 years ago

This issue was not caused by this library. For future reference: This issue was solved by removing android:screenOrientation="portrait" from manifest file for the activity which contains this library.