Weihui Zhang

Results 6 comments of Weihui Zhang

compile ('bz.tsung.android:objectify:1.1.1') { exclude(group: 'com.google.code.gson', module: 'gson') } compile ('com.squareup.retrofit2:converter-gson:2.1.0') { exclude(group: 'com.google.code.gson', module: 'gson') } compile files('src/main/libs/gson-2.8.0.jar') This can solve

I found the solution. In my case,BitmapLoadTask is not executed immediately.So I guess it may be that the thread pool in AsyncTask is full. This is the code of my...

是的,这里代码在上次修改后失误删掉了“!”,应该是下面的代码,新代码已经提交 ``` if (!mKeyManager.isKeyguardSecure()) { publishSubject.onNext(new IdentificationInfo(KEYGUARDSECURE_MISSIING_ERROR)); isDeviceSupport = false; } ```