So this is really odd...I have a ProgressDialog that is set to not be cancelable, but pressing the 'Search' key cancels it. 'Back' properly does not cancel the dialog, but pressing 'Search' does. I know I can always overwrite the key event for 'Search', but that's not necessarily ideal. My OS is 2.2.1 if it's OS-specific. Any ideas?
| |||
|
feedback
|
|
I am able to reproduce this as well. It looks like there is a solution here: Prevent ProgressDialog from being dismissed when I click the search button (Android) | |||
feedback
|