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?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

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)

link|improve this answer
Not ideal but I guess it was an oversight on Google's part. Thanks. – Jason Robinson Jul 7 '11 at 3:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.