Remove unnecessary calls to actionDismissed, which will cause currentAction to be cleaned resulting of wrong sequence with chained actions.
actionDismissed will be called when the Android View is hidden, i.e. by setOnDismissListener in the cases different than Alert and Confirm.
Remove unnecessary calls to
actionDismissed
, which will causecurrentAction
to be cleaned resulting of wrong sequence with chained actions.actionDismissed
will be called when the Android View is hidden, i.e. bysetOnDismissListener
in the cases different than Alert and Confirm.