opt
This commit is contained in:
@@ -134,6 +134,11 @@ public class MogoApplication extends AbsMogoApplication {
|
||||
@Override
|
||||
public void onError( int code, String msg ) {
|
||||
Logger.w( TAG, "code = %s, msg = %s", code, msg );
|
||||
if ( !TextUtils.isEmpty( Utils.getSn() ) ) {
|
||||
if ( after != null ) {
|
||||
after.run();
|
||||
}
|
||||
}
|
||||
}
|
||||
} );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user