OSDN Git Service

Fix action menu button listener
authorjruesga <jorge@ruesga.com>
Tue, 23 Oct 2012 00:09:14 +0000 (02:09 +0200)
committerjruesga <jorge@ruesga.com>
Tue, 23 Oct 2012 00:09:14 +0000 (02:09 +0200)
commit7e3b9d01320f97576fa340da7ddb541f18de780d
treecc49fd42fd19556e0647d9e5999ad9790d3debaa
parent18aa30d8fc8d24b6632689650365870e289c5f4f
Fix action menu button listener

When the mode of the search activity is RESTORE the menu listener was
not set, and not action is fired.
Set the listener to the adapter in RESTORE mode too.
src/com/cyanogenmod/explorer/activities/SearchActivity.java
src/com/cyanogenmod/explorer/adapters/SearchResultAdapter.java