We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba93485 + b485bcd commit fa92756Copy full SHA for fa92756
colorpickerview/src/main/java/com/skydoves/colorpickerview/ColorPickerView.java
@@ -316,6 +316,7 @@ private boolean onTouchReceived(final MotionEvent event) {
316
setCoordinate(snapPoint.x, snapPoint.y);
317
318
if (actionMode == ActionMode.LAST) {
319
+ notifyToFlagView(this.selectedPoint);
320
if (event.getAction() == MotionEvent.ACTION_UP) {
321
notifyColorChanged();
322
}
0 commit comments