From f54905f21844e3f6ccaeaa105c19ebee6ed8dd8d Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Wed, 28 Jun 2017 22:41:33 -0400 Subject: [PATCH] handle orientation and resize config change for IntroActivity If orientation and resize are not handled if the screen is rotate or resized the IntroSlide fragment loses its layout, and when it tries inflates the layout it fails to do so. --- app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6c8e5d2a7..ad7ea95a0 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -51,6 +51,7 @@