Skip to content

Commit

Permalink
Merge pull request #81 from janaltenhof/fix/notify_flag_view_action_m…
Browse files Browse the repository at this point in the history
…ode_last

- Bugfix: notify flag view when ActionMode is set to LAST
  • Loading branch information
skydoves authored Nov 23, 2021
2 parents ba93485 + b485bcd commit fa92756
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ private boolean onTouchReceived(final MotionEvent event) {
setCoordinate(snapPoint.x, snapPoint.y);

if (actionMode == ActionMode.LAST) {
notifyToFlagView(this.selectedPoint);
if (event.getAction() == MotionEvent.ACTION_UP) {
notifyColorChanged();
}
Expand Down

0 comments on commit fa92756

Please sign in to comment.