google-developer-training / android-kotlin-fundamentals-starter-apps

android-kotlin-fundamentals-starter-apps
Other
1.1k stars 3.32k forks source link

Handle orientation ourselves in “AndroidTrivia-Starter”? #5

Closed lopespm closed 4 years ago

lopespm commented 5 years ago

In "AndroidTrivia-Starter", configuration changes are signaled as being handled by the MainActivity. Is there an underlying reason for this?

If not, I can submit a patch to remove this attribute.

joseantoniocampillo commented 4 years ago

android.arch.navigation:navigation-.. dependencie keep a bug wich fix whith it. But best solution is update libraries for navigation to: androidx.navigation:navigation-...

android-dev-lxl commented 4 years ago

It should be fixed now. Please check it.