Skip to content

Commit

Permalink
fix(android): match static value for Ti.Media.MEDIA_TYPE_VIDEO to iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Nov 2, 2020
1 parent c151ff0 commit b0f6527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public class MediaModule extends KrollModule implements Handler.Callback
@Kroll.constant
public static final String MEDIA_TYPE_PHOTO = "public.image";
@Kroll.constant
public static final String MEDIA_TYPE_VIDEO = "public.video";
public static final String MEDIA_TYPE_VIDEO = "public.movie";

@Kroll.constant
public static final int CAMERA_FRONT = 0;
Expand Down

0 comments on commit b0f6527

Please sign in to comment.