Vishal Gowda
Results
1
issues of
Vishal Gowda
StateHandler does not get invoked if defined with primitive datatypes: ``` @StateHandler(state = STATE_LOCATION_RESOLUTION_REQUIRED) public void onEventStateLocationResolutionRequired(boolean success, TinyMachine tm) { // Code does not flow here. if (success) tm.transitionTo(STATE_BINDING_SERVICE);...