mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-03 13:28:06 +08:00

Keep track of the last AlertDialog showed. The last dialog showed that is rendered while hitting back button it causes a leaked window. Instead of perform a full track of all dialogs created, only destroy the last one showed, this fixes the problem. close #122