Skip to content

Commit

Permalink
Merge pull request #9979 from garymathews/TIMOB-25919
Browse files Browse the repository at this point in the history
[TIMOB-25919] Android: Always fire OptionDialog 'click' event
  • Loading branch information
lokeshchdhry committed Apr 18, 2018
2 parents 321b185 + 52901ed commit c88eea8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,7 @@ public void handleEvent(int id)
data.put(TiC.PROPERTY_CANCEL, isCancel);
if (isCancel) {
fireEvent(TiC.EVENT_CANCEL, data);
} else {
fireEvent(TiC.EVENT_CLICK, data);
}
fireEvent(TiC.EVENT_CLICK, data);
}
}

0 comments on commit c88eea8

Please sign in to comment.