fix(프로필 수정): gif 선택이 불가능 하도록 수정
This commit is contained in:
		@@ -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"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user