Skip to content

Commit

Permalink
修复Demo旋转屏幕导致崩溃的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
junixapp committed Dec 24, 2018
1 parent 1b6cb5c commit f4ac1a8
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 223 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<activity android:name=".MainActivity" android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Loading

0 comments on commit f4ac1a8

Please sign in to comment.