Activity has leaked window - Android

前端 未结 5 1396
情歌与酒
情歌与酒 2020-12-05 07:21

Look at these pieces of code:

Custom views and window attributes on Android

Problem

When I click \'Home button\', exception

5条回答
  •  抹茶落季
    2020-12-05 07:53

    Leaked window usually happens when your context show dialogs and that context is suddenly forced close that your dialog has not been dismissed properly.

    In order to fix this, you have to fix your errors before the window has leaked error.

提交回复
热议问题