otcroz / Travel-culture

지역문화 및 축제 소개와 지역문화 활성화를 위한 서비스: 문화를 여행하다.
0 stars 0 forks source link

[ERROR/CLEAR] has leaked window android.widget.PopupWindow$PopupDecorView #20

Open otcroz opened 2 years ago

otcroz commented 2 years ago

다이얼로그 오류

오류 해결 시 참고 다이얼로그가 띄워져 있는 상태에서 액티비티를 종료하면 발생하는 오류

has leaked window android.widget.PopupWindow$PopupDecorView{86fc638 V.E...... R.....ID 0,0-970,0} that was originally added here

해결

액티비티가 종료될 때(onDestory()) 다이얼로그의 .dismiss()를 호출하여 액티비티가 끝나기 전 다이얼로그를 종료시킨다.