W-quan

Results 21 comments of W-quan

+1 以及, 录音权限我明明是点击允许的。但是返回Denied。第二次就能返回granted。 使用的是listener

``` // Schedule access token refresh before it expires if (mHandler != null) { mHandler.postDelayed(mFetchAccessTokenRunnable, Math.max(accessToken.getExpirationTime().getTime() - System.currentTimeMillis() - ACCESS_TOKEN_FETCH_MARGIN, ACCESS_TOKEN_EXPIRATION_TOLERANCE)); } ``` I'm confused for `Math.max()`. Why not `Math.min()`?

I had try iOS Demo too. I found iOS Demo is so fast, but Android is so bad. I have no idea for it.

I had set it. And there is a problem is sometime it can't recognize any result in a few minutes.

I am using `JSONObject` from android's sdk in my project. And i'm also using `emoji-java`. When i enable `minifyEnabled`, the build system will choose `emoji-java`'s `org.json` package to replace mine....

我也是,好像开启压缩功能后会这样。

I found the solution:set recyclerview's width/height to `match_parent` https://stackoverflow.com/a/39706678