Open Scherady opened 5 years ago
In my App developed in Android Studio I am using EasyFlow but the events are not triggered in a reproducible manner:
All are in the main thread; here are extracts of my code:
onSelectingMainMenu.to(MAIN_MENU).transit( onReturnToPreviousChoice.to(READY), onSelectingMainMenuFinished.to(READY), onSelectingSettingsMenu.to(SETTINGS_MENU).transit( onReturnToPreviousChoice.to(MAIN_MENU) ) )
...
switch (direction) { case TOP: onReturnToPreviousChoice.trigger(flowContext); ...
Any help? Thank you.
In my App developed in Android Studio I am using EasyFlow but the events are not triggered in a reproducible manner:
All are in the main thread; here are extracts of my code:
onSelectingMainMenu.to(MAIN_MENU).transit( onReturnToPreviousChoice.to(READY), onSelectingMainMenuFinished.to(READY), onSelectingSettingsMenu.to(SETTINGS_MENU).transit( onReturnToPreviousChoice.to(MAIN_MENU) ) )
...
switch (direction) { case TOP: onReturnToPreviousChoice.trigger(flowContext); ...
Any help? Thank you.