This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Commit ed0ce56
committed
Don't show search pop up for honeycomb++ search (appears in actionbar instead)
For apps that are Honeycomb+, clicking search was showing 2 search fields: a pop up dialog and a field in the Action Bar. Search in the ActionBar only happens for Honeycomb+; the popup dialog should only happen for < Honeycomb. This changes the logic to match that: the search dialog will only pop up now when there is no search in the ActionBar.1 parent ba41502 commit ed0ce56
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
457 | 456 | | |
458 | 457 | | |
459 | 458 | | |
460 | | - | |
461 | | - | |
| 459 | + | |
462 | 460 | | |
463 | 461 | | |
464 | 462 | | |
| |||
494 | 492 | | |
495 | 493 | | |
496 | 494 | | |
497 | | - | |
| 495 | + | |
| 496 | + | |
498 | 497 | | |
499 | 498 | | |
500 | 499 | | |
| |||
0 commit comments