commit | 4f43ae09d2cb0cce2b9e794f1b80f7198333c94b | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Wed Mar 17 10:31:15 2010 -0700 |
committer | Romain Guy <romainguy@android.com> | Wed Mar 17 10:39:04 2010 -0700 |
tree | c43c4fcfd4efe8cbd00f9383cbc9496f7a10f885 | |
parent | 4889fb75d463278241d5174baac05a41dbef25a8 [diff] |
Stupid AutoCompleteTextView. Bug #2522538 Fixes problems that occur in the Email application. If the adapter is initially empty, the code in the data set observer to update the popup would not show the popup. This change makes sure the popup will be shown if the adapter was initially empty and the user has typed enough characters in the input field. Change-Id: I44a0e4fab18a642763816a974b8c1886d8e52869