Activity xiaosi.tab.tabActivity has leaked window [email protected] that was originally added here

Android常见错误之[email protected] that was originally added here

原因: 是在在Activity中显示了PopupWindow ,但在退出Activity 时没把PopupWindow 关闭。

解决方法:在退出Activity 的时候将显示的PopupWindow 关闭。

方法: ***.dismiss();



相关文章:

  • 2021-08-13
  • 2022-12-23
  • 2021-06-22
  • 2021-06-06
  • 2021-12-17
  • 2021-05-22
猜你喜欢
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
  • 2021-12-11
  • 2021-09-22
相关资源
相似解决方案