|
|
@@ -225,7 +225,7 @@ public abstract class Presenter<M extends Model, V extends IView> implements ILi
|
|
|
Log.i("APP# Presenter | onChangedConnection", "| " + this.getClass().getSimpleName() + ", isConnected:" + isConnected);
|
|
|
|
|
|
if (false == isConnected) {
|
|
|
- back(ScreenID.NETWORK_ERROR);
|
|
|
+ go(ScreenID.NETWORK_ERROR);
|
|
|
}
|
|
|
}
|
|
|
|