storytellerF

Results 5 comments of storytellerF

见过这个问题,打开浏览器开发者工具,看Network 栏可以看到这个提交的信息,problem id 有问题,导致服务器传回的信息有问题,然乎导致页面的js 运行错误,然后是一直显示提交状态

这个zxing需要震动权限,不给就抛异常,data也变成null

I have same problem. It may be because `setTargetAspectRatio` force use not supported resolution. And `setTargetAspectRatio` was deprecated, we should use `ResolutionSelector`. Like this ```kotlin val resolutionStrategy = ResolutionSelector.Builder().setResolutionStrategy( ResolutionStrategy(...

剩余的工作 - [x] rpc - [x] file - [ ] crypto - [ ] video player - [x] navigation

We could custom AntiLog ```kotlin private val consoleHandler: ConsoleHandler = ConsoleHandler().apply { level = Level.ALL formatter = object : Formatter() { private val formatStr = "%1\$tF %1\$tT %4\$s %2\$s%n%5\$s%6\$s%n" override...