Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh-Kedia committed Oct 2, 2020
1 parent f16dec3 commit 0f3bddb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ class CCMultiple : FrameLayout, CustomImageAdapter.CustomAdapterClick, Lifecycle

override fun onDeleteImageClicked(adapterPosition: Int) {
customCameraAdapter.removeItem(adapterPosition)
Log.d(TAG, imageArrayList.toString())
imageCount.text = "${customCameraAdapter.itemCount}"
if (customCameraAdapter.itemCount == 0)
confirmSelections.makeGone()
Expand Down

0 comments on commit 0f3bddb

Please sign in to comment.