commit | f993ad5b89a8aa47fcbc7494811f45bb74cb8713 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Thu Jun 04 13:26:52 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Thu Jun 04 13:26:52 2009 -0700 |
tree | af67205886d89ab95401f87c5089bd034d6ee6eb | |
parent | 3d3e307a63144b1bddd534fefd35a557223d52bf [diff] |
Fixes #1882836. Prevents the gestures window from leaking. This change does exactly what was done for the filter popup window: the popup is dismissed in onSaveInstanceState() as it is the only place that is executed early enough to avoid the dreaded window leak error.