Skip to content

Commit b485bcd

Browse files
committed
- Bugfix: notify flag view when ActionMode is set to LAST
1 parent ba93485 commit b485bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

colorpickerview/src/main/java/com/skydoves/colorpickerview/ColorPickerView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ private boolean onTouchReceived(final MotionEvent event) {
316316
setCoordinate(snapPoint.x, snapPoint.y);
317317

318318
if (actionMode == ActionMode.LAST) {
319+
notifyToFlagView(this.selectedPoint);
319320
if (event.getAction() == MotionEvent.ACTION_UP) {
320321
notifyColorChanged();
321322
}

0 commit comments

Comments
 (0)