[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'main' into material-shared-axis
Browse files Browse the repository at this point in the history
Merge branch from main branch
  • Loading branch information
trambui09 committed Mar 25, 2024
2 parents 9e79dd1 + b3dc121 commit 6825654
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:exported="true"
android:supportsPictureInPicture="true"
android:launchMode="singleTask"
android:theme="@style/PiPAppTheme"
tools:targetApi="24" />

<activity
android:name=".PiPMovieActivity"
android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
android:supportsPictureInPicture="true"
android:launchMode="singleTask"
android:theme="@style/PiPAppTheme"
tools:targetApi="24" />

Expand Down

0 comments on commit 6825654

Please sign in to comment.