Skip to content

Commit 6ba76ce

Browse files
authored
Merge pull request #160 from brarcher/config-change
Capture orientation and screen size config changes
2 parents 1e92c3f + 5618aa9 commit 6ba76ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<activity
1616
android:name=".MainActivity"
1717
android:label="@string/app_name"
18+
android:configChanges="orientation|screenSize"
1819
android:theme="@style/AppTheme.NoActionBar">
1920
<intent-filter>
2021
<action android:name="android.intent.action.MAIN" />

0 commit comments

Comments
 (0)