changed the getSn and visual func
This commit is contained in:
@@ -95,11 +95,10 @@ public abstract class AbsMogoApplication extends Application {
|
||||
}
|
||||
|
||||
protected void init() {
|
||||
syncInit();
|
||||
asyncInit();
|
||||
}
|
||||
|
||||
private void syncInit() {
|
||||
protected void initMogoHttpDns() {
|
||||
MogoHttpDnsHandler.getHttpDnsApi().init(this, this::getCurrentLocation);
|
||||
TipToast.init( this, ( ( context, message, tipDrawable ) -> {
|
||||
if ( TextUtils.isEmpty( message ) ) {
|
||||
|
||||
Reference in New Issue
Block a user