当前位置:网站首页>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?) {
}边栏推荐
- 难怪大家丢掉了postman而选择 Apifox
- Pfsense plus22.01 Chinese customized version release
- 使用MySqlBulkLoader批量插入数据
- SQL reported an unusual error, which confused the new interns
- 数据库锁问题
- Mongodb introduction and typical application scenarios
- Ble Bluetooth module nrf518/nrf281/nrf528/nrf284 chip scheme comparison
- 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
- 润迈德医疗开启招股:未有基石投资者参与,亏损金额翻倍增长
- [STL programming] [common competition] [Part 3]
猜你喜欢

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

UE4: explanation of build configuration and config

redis数据结构

Cocoscreator plays audio and synchronizes progress

微信iOS版8.0.24更新发布 缓存细分清理上线

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
![[STL programming] [common competition] [Part 2]](/img/67/2a2d787680c0984f6c294a9ec3355b.png)
[STL programming] [common competition] [Part 2]

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

Web APLS phase - Section 14 - local storage

Ble Bluetooth module nrf518/nrf281/nrf528/nrf284 chip scheme comparison
随机推荐
Hash table - Review
Linux system plays Oracle database multi table query connection query with a smile
Record a failure caused by a custom redis distributed lock
Observable, reliable: the first shot of cloudops series Salon of cloud automation operation and maintenance
UE4 essays: fstring, fname and ftext
Database lock problem
数据库引擎
元宇宙虚拟数字人离我们更近了|华锐互动
UE4 actor Basics
Source code analysis of golang map concurrent read / write problem
redis数据结构
Question brushing record: easy array (continuously updated)
Redis data structure
SQL审核平台权限模块介绍和账号创建教程
QT Chinese garbled code
ABAP-CL_ OBJECT_ Collection tool class
Graylog 新一代日志收集预警系统安装配置
Univision hyperinsight: Nuggets' $16.494 billion "gold hoe" in the observable market?
linux系统笑着玩Oracle数据库多表查询-连接查询
openssl客户端编程:一个不起眼的函数导致的SSL会话失败问题