You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BoxingConfig config = new BoxingConfig(BoxingConfig.Mode.VIDEO);
config.needCamera(R.drawable.ic_photo_camera_indigo_400_36dp)
.withMaxCount(1)
.withMediaPlaceHolderRes(R.drawable.icon_ub)
.withAlbumPlaceHolderRes(R.drawable.icon_ub);
Boxing.of(config).withIntent(getActivity(), BoxingActivity.class).start(getActivity(), 24);
Camera not clicked but Image camera fine
The text was updated successfully, but these errors were encountered:
BoxingConfig config = new BoxingConfig(BoxingConfig.Mode.VIDEO);
config.needCamera(R.drawable.ic_photo_camera_indigo_400_36dp)
.withMaxCount(1)
.withMediaPlaceHolderRes(R.drawable.icon_ub)
.withAlbumPlaceHolderRes(R.drawable.icon_ub);
Boxing.of(config).withIntent(getActivity(), BoxingActivity.class).start(getActivity(), 24);
Camera not clicked but Image camera fine
The text was updated successfully, but these errors were encountered: