Skip to content

Commit fa92756

Browse files
authored
Merge pull request #81 from janaltenhof/fix/notify_flag_view_action_mode_last
- Bugfix: notify flag view when ActionMode is set to LAST
2 parents ba93485 + b485bcd commit fa92756

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)