Details
Details
- Reviewers
bartek
Try to send a gif with animation and without animation and verify that the function returns correct result.
Set mediaType to 'photo_or_video' for gifs in order to trigger the check.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/expo-modules/comm-expo-package/android/src/main/java/app/comm/android/media/MediaModule.kt | ||
---|---|---|
91 ↗ | (On Diff #47483) | Movie is deprecated but AnimatedImageDrawable is available only for Android 9+. According to our build.gradle we're supporting Android 8.0+ so I put both versions and a check here. |
native/expo-modules/comm-expo-package/android/src/main/java/app/comm/android/media/MediaModule.kt | ||
---|---|---|
91 ↗ | (On Diff #47483) | 👍 |