Persist UI State example not working

In GeoQuiz - I am unable to get the question text to persist when rotating the device. It still comes up blank in landscape mode. I tried it on the emulator and my Samsung device with the same result. All of my code modifications look correct compared to the book & compilation passes. Anyone else having the same problem?

Thanks

@groot could you provide a stack trace from your log cat?

Hi Michael,

I fixed the issue by adding:
android:configChanges=“orientation”
In the AndroidManifest.xml file.

Thanks for responding.
Kevin

@groot sounds good. Glad you fixed it.