java - 依赖git上的包做一个右滑退出的效果,退出后又回到原来的页面,再次退出才能完全退出

 有颜色的狼的天空 发布于 2022-11-01 12:55

依赖git上的包做一个右滑退出的效果,退出后又回到原来的页面,再次退出才能完全退出,我在需要退出的activity的onCreate方法中打印了日志
这是依赖的git的地址:https://github.com/bluzwong/s...

03-19 18:29:43.092 25010-25010/? E/MeActivity: *******************************************
03-19 18:29:43.092 25010-25010/? I/ViewRootImpl: CPU Rendering VSync enable = true
03-19 18:29:43.122 25010-25010/? V/ResourcesManager: Skipping new config: curSeq=10, newSeq=10
03-19 18:29:43.142 25010-25010/? V/ResourcesManager: Skipping new config: curSeq=10, newSeq=10
03-19 18:29:43.442 25010-25010/? I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@91d1679 time:42390220
03-19 18:29:43.642 25010-25010/? D/yuan: onVisibilityChanged----android.widget.ListView{3c5dee9d V.ED.VC. ........ 0,0-1080,1581 #7f0c0085 app:id/lv_task}
03-19 18:29:43.642 25010-25010/? D/yuan: onVisibilityChanged----android.widget.ListView{3d209f12 V.ED.VC. ........ 0,0-1080,1581 #7f0c0085 app:id/lv_task}
03-19 18:29:48.232 25010-25010/? V/ActivityThread: Handle configuration changed: {1.00001 460mcc1mnc zh_CN ldltr sw360dp w360dp h617dp 480dpi nrml long port finger -keyb/v/h -nav/h s.10 themeId=0, affectGlobal:true}
03-19 18:29:48.232 25010-25010/? V/ResourcesManager: Skipping new config: curSeq=10, newSeq=10
03-19 18:29:48.232 25010-25010/? V/ActivityThread: Launching activity com.yzd.collegecommunity.activity.MeActivity with config {1.00001 460mcc1mnc zh_CN ldltr sw360dp w360dp h617dp 480dpi nrml long port finger -keyb/v/h -nav/h s.10 themeId=0, affectGlobal:true}
03-19 18:29:48.242 25010-25010/? D/PhoneWindow: DEBUG_SYSTEMUI:origin statusbar style 
03-19 18:29:48.242 25010-25010/? D/PhoneWindow: DEBUG_SYSTEMUI:windowDrawsFlag set
03-19 18:29:48.242 25010-25010/? D/PhoneWindow: DEBUG_SYSTEMUI:IconColor=1
03-19 18:29:48.242 25010-25010/? D/PhoneWindow: DEBUG_SYSTEMUI:StatusBarColor final set ff757575
03-19 18:29:48.272 25010-25010/? E/MeActivity: *******************************************
03-19 18:29:48.272 25010-25010/? I/ViewRootImpl: CPU Rendering VSync enable = true
03-19 18:29:48.302 25010-25010/? V/ResourcesManager: Skipping new config: curSeq=10, newSeq=10
03-19 18:29:48.322 25010-25010/? V/ResourcesManager: Skipping new config: curSeq=10, newSeq=10
03-19 18:29:48.352 25010-25010/? I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@100d11ff time:42395137
03-19 18:29:51.202 25010-25010/? D/yuan: onVisibilityChanged----android.widget.ListView{3c5dee9d V.ED.VC. ........ 0,0-1080,1581 #7f0c0085 app:id/lv_task}
03-19 18:29:51.202 25010-25010/? D/yuan: onVisibilityChanged----android.widget.ListView{3d209f12 V.ED.VC. ........ 0,0-1080,1581 #7f0c0085 app:id/lv_task}
03-19 18:29:51.272 25010-25010/? I/Timeline: Timeline: Activity_idle id: android.os.BinderProxy@5082837 time:42398052
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有