Skip to content
Snippets Groups Projects
Commit cd291cdf authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Fix build error related to updating EasyImage

parent 61716d5f
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -58,7 +58,7 @@ class AttachActivity : BaseActivity() {
 
@OnClick(R.id.button_choose_photo)
fun onChoosePhotoClicked() {
EasyImage.openGallery(this, 0, false)
EasyImage.openGallery(this, 0)
}
 
@OnClick(R.id.button_take_photo)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment