Skip to content

Commit

Permalink
Merge pull request #162 from cd-butterfly/main
Browse files Browse the repository at this point in the history
fix Android exitAnimation
  • Loading branch information
baronha authored Jul 25, 2024
2 parents e2f68e1 + 4367508 commit de92ca1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ Thanks go to these wonderful people:
<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/cd-butterfly">
<img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
<br />
<sub><b>cd-butterfly</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/baronha">
<img src="https://avatars.githubusercontent.com/u/23580920?v=4" width="100;" alt="baronha"/>
Expand Down Expand Up @@ -258,15 +265,15 @@ Thanks go to these wonderful people:
<sub><b>Denis Bevilacqua</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/ctrleffive">
<img src="https://avatars.githubusercontent.com/u/35224957?v=4" width="100;" alt="ctrleffive"/>
<br />
<sub><b>Chandu J S</b></sub>
</a>
</td>
</tr>
<tr>
<td align="center">
<a href="https://github.com/shafiqjefri">
<img src="https://avatars.githubusercontent.com/u/126740667?v=4" width="100;" alt="shafiqjefri"/>
Expand Down Expand Up @@ -301,13 +308,6 @@ Thanks go to these wonderful people:
<br />
<sub><b>abing</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/cd-butterfly">
<img src="https://avatars.githubusercontent.com/u/6622823?v=4" width="100;" alt="cd-butterfly"/>
<br />
<sub><b>cd-butterfly</b></sub>
</a>
</td>
</tr>
<tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class MultipleImagePickerModule(reactContext: ReactApplicationContext) :
// ANIMATION SLIDE FROM BOTTOM
val animationStyle = PictureWindowAnimationStyle()
animationStyle.setActivityEnterAnimation(com.luck.picture.lib.R.anim.ps_anim_up_in)
animationStyle.setActivityExitAnimation(com.luck.picture.lib.R.anim.ps_anim_up_in)
animationStyle.setActivityExitAnimation(com.luck.picture.lib.R.anim.ps_anim_down_out)

// TITLE BAR
val titleBar = TitleBarStyle()
Expand Down

0 comments on commit de92ca1

Please sign in to comment.