Skip to content

Commit

Permalink
Fix the issue full screen not work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguon Pisey authored and Nguon Pisey committed Dec 24, 2021
1 parent eb37b60 commit a2d977c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
android:theme="@style/Theme.MediaPlayer">
<activity
android:name=".MainActivity"
android:configChanges="orientation|screenSize|layoutDirection"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit a2d977c

Please sign in to comment.