当前位置:网站首页>After kotlin wechat payment callback, the interface is stuck and uipagefragmentactivity windowleft is thrown
After kotlin wechat payment callback, the interface is stuck and uipagefragmentactivity windowleft is thrown
2022-06-27 20:43:00 【qq_ forty-one million six hundred and twenty thousand two hundr】
After waking up wechat payment and canceling the payment , Interface suddenly stuck , The callback of payment failure will not go , A strange appearance threw an exception , I can't find out why .
Removing Window{6b3ce09 u0 com.tencent.mm/com.tencent.kinda.framework.app.UIPageFragmentActivity} from AppWindowToken{6b0fd67 token=Token{6c59571 ActivityRecord{71251c9 u0 com.tencent.mm/com.tencent.kinda.framework.app.UIPageFragmentActivity t11969}}}
Finally found out because Kotlin The code wasn't written by yourself , It's direct java Transferred kotlin There is no non null processing for parameters , as follows :
override fun onSuccess(s: String) {
}
override fun onFail(p0: String, p1: String) {
}
The correct operation is as follows :override fun onSuccess(s: String?) {
}
override fun onFail(p0: String?, p1: String?) {
}边栏推荐
- DBeaver恢复和备份数据库的方式
- Data intelligence enters the "deep water area", and data governance is the key
- Database lock problem
- 安全才是硬道理,沃尔沃XC40 RECHARGE
- Postman 汉化教程(Postman中文版)
- At 19:00 on Tuesday evening, the 8th live broadcast of battle code Pioneer - how to participate in openharmony's open source contribution in multiple directions
- eval函数,全局、本地变量
- Redis 大 key 问题处理总结
- 花了6个月时间完成本科优秀毕业设计,我做了什么?
- OpenSSL client programming: SSL session failure caused by an obscure function
猜你喜欢

Data intelligence enters the "deep water area", and data governance is the key

Oracle 架构汇总

探秘GaussDB,听听客户和伙伴怎么说

Univision hyperinsight: Nuggets' $16.494 billion "gold hoe" in the observable market?

Redis集群

安全才是硬道理,沃尔沃XC40 RECHARGE

BAIC makes a brand new pickup truck, which is safe and comfortable

数据库日志

openssl客户端编程:一个不起眼的函数导致的SSL会话失败问题

muduo
随机推荐
Enumeration and control flow operation in rust
Practice of combining rook CEPH and rainbow, a cloud native storage solution
NVIDIA三件套环境配置
Select auto increment or sequence for primary key selection?
How to reduce the weight transfer of unnecessary pages that users pay attention to?
CSDN 技能樹使用體驗與產品分析(1)
Recommended practice sharing of Zhilian recruitment based on Nebula graph
#yyds干货盘点#SQL 子查询
[help] troubleshooting of JVM's high CPU resource consumption
Implementation string mystring
如何降低用户关注的非必要页面的权重传递?
CSDN 技能树使用体验与产品分析(1)
Oracle 架构汇总
Web APls 阶段——第十四节——本地存储
openssl客户端编程:一个不起眼的函数导致的SSL会话失败问题
Connection integration development theme month | drivers of enterprise master data governance
CocosCreator播放音频并同步进度
DBeaver恢复和备份数据库的方式
Question brushing notes - tree (easy) - updating
难怪大家丢掉了postman而选择 Apifox