FLEasy

Results 4 issues of FLEasy

监听到的PayResp:{ "errorCode": -1, "errorMsg": null, "returnKey": null } wechat_kit: ^3.1.0 wechat_kit_extension: ^1.0.0+1

在一个详情页中使用了本框架,当图片还没有加载出来的时候,退出详情页,进入列表页。再从列表页进入详情页 这个时候就出现了闪退的情况 打全局断点发现是在这个方法时出了问题,希望可以帮忙解答一下 -(void)xh_reloadRowAtIndexPath:(NSIndexPath *)indexPath withRowAnimation:(UITableViewRowAnimation)animation forURL:(NSURL *)url { BOOL reloadState = [XHWebImageAutoSize reloadStateFromCacheForURL:url]; if(!reloadState) { [self reloadRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:animation]; [XHWebImageAutoSize storeReloadState:YES forURL:url completed:nil]; } } 断点停在了 这个方法的[self reloadRowsAtIndexPaths:[NSArray arrayWithObject:indexPath]...

I used Uint8List image = await screenshotController.captureFromWidget(widget); method to generate screenshot from iphoneX 14.7 is ![IMG_9906](https://user-images.githubusercontent.com/15194292/127454825-58768bc1-cc64-4367-9a04-d433032bf750.JPG) but from iphone7 14.7 is ![IMG_9619](https://user-images.githubusercontent.com/15194292/127454930-360a1d78-5881-4570-8cc7-e5bb8ab52bc7.JPG) The lower part of the picture is missing

**Describe the bug** A clear and concise description of what the bug is. For the version 0.10.1 of fijkplayer, I also encountered a corresponding problem. When loading a 300M video,...