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

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