陈奇
2018-11-27 2c76ecbb7edf6e30f1dda4c930a02945c360ecab
app/src/main/java/com/moral/yunfushao/MainActivity.java
@@ -142,7 +142,9 @@
    @Override
    protected void initData() {
        prepare();
        //验证微信登陆
        wxLoadingOutTime();
//        prepare();
        if (MainApp.theApp.bleManager != null) {
            if (MainApp.theApp.bleManager.isSupportBle()) {
                MainApp.theApp.bleManager.enableBluetooth();
@@ -153,6 +155,13 @@
            mToatUtils.showSingletonToast("对不起,您的手机不支持BLE!");
        }
        getAd();
    }
    /**
     * 判断是否已经是最后期限
     */
    private void wxLoadingOutTime() {
    }
    @Override
@@ -352,7 +361,6 @@
        @Override
        public void onConnecting() {
            System.out.println("MainActivity onConnecting");
            progressDialog.setTitleText("正在连接...");
            progressDialog.show();
        }