This commit is contained in:
wangcongtao
2020-07-17 14:41:44 +08:00
parent 21c035e617
commit 0e960be1f9
4 changed files with 14 additions and 2 deletions

View File

@@ -70,5 +70,9 @@ public class MogoSocketManager implements IMogoSocketManager {
} catch ( Exception e ) {
Logger.e( TAG, e, "error." );
}
if ( mDelegate != null ) {
mDelegate.init( context );
}
}
}