Time after timer
Time after timer
按钮点击授权后,无法登录 具体现象为 授权按钮(Authorize XXX)那边是灰色的enable状态 底部有3个TIP 1.Not owned operated by Github 2.Created less than a day ago 3.Fewer than 10GitHub users github账号很早就建了,创建CLIENT_ID、CLIENT_SECRET 是今天刚创建的。
> [CarGuo/gsy_github_app_flutter#643 (comment)](https://github.com/CarGuo/gsy_github_app_flutter/issues/643#issuecomment-743088698) 已经记录 @msrlin 参考下另外一个项目 OK ,照着说明解决了
> 应该是三星,这机型的相机就是秀。。 是三星的机型,还有部分手机无法获取宽高,我目前做了如下处理 int degree = readPictureDegree(imageItem.path);//获取旋转角度 Matrix matrix = new Matrix(); matrix.postRotate(degree); if (imageItem.width == 0 || imageItem.height == 0) {//部分手机文件会显示0 Bitmap bitmap = BitmapFactory.decodeFile(imageItem.path); Log.e("WWWWWWWWW/HHHHHH", bitmap.getWidth() + ":"...