Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Fix rotation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cj-Malone committed Oct 2, 2017
1 parent 8053738 commit 27b4564
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
### Added
- Adaptive Icon
- Android 8 support
###
### Changed
- Dark theme (DeviceDefault)
- Fixed rotation bug

# 5.1.2 - 2017-01-01
### Changed
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:theme="@android:style/Theme.DeviceDefault">
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenLayout|screenSize">
android:configChanges="screenLayout|screenSize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down

0 comments on commit 27b4564

Please sign in to comment.