|
|
@@ -534,7 +534,7 @@ public abstract class Presenter<M extends Model, V extends IView> implements ILi
|
|
|
}
|
|
|
|
|
|
protected void go(@ScreenID.ID @IntRange(from = 0, to = 1000) int id, @ScreenID.Direction int direction) {
|
|
|
- if (false == APIModuleHelper.isIsDispatched()) {
|
|
|
+ if (false == APIModuleHelper.isDispatched()) {
|
|
|
// id hooking for system check
|
|
|
if (ScreenID.UTILITY_ACTIVITY == id) {
|
|
|
// UTILITY_ACTIVITY 는 실제 screenId 로 체크해줌.
|