fix(프로필 수정): gif 선택이 불가능 하도록 수정

This commit is contained in:
2025-09-18 01:26:43 +09:00
parent 67109bfe3c
commit 0f170c6daa
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ android {
applicationId "kr.co.vividnext.sodalive" applicationId "kr.co.vividnext.sodalive"
minSdk 23 minSdk 23
targetSdk 34 targetSdk 34
versionCode 187 versionCode 188
versionName "1.42.1" versionName "1.42.1"
} }

View File

@@ -205,6 +205,7 @@ class ProfileUpdateActivity : BaseActivity<ActivityProfileUpdateBinding>(
cropper = ImagePickerCropper( cropper = ImagePickerCropper(
caller = this, caller = this,
context = this, context = this,
excludeGif = true,
isEnabledFreeStyleCrop = false, isEnabledFreeStyleCrop = false,
config = ImagePickerCropper.Config( config = ImagePickerCropper.Config(
aspectX = 1f, aspectY = 1f, aspectX = 1f, aspectY = 1f,