1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Allow "search" to work when you're already on the search page.

This commit is contained in:
Jesse Vincent 2009-12-27 20:17:14 +00:00
parent 3cbb9714dd
commit e55e2ed9b5

View File

@ -189,7 +189,7 @@
<!-- Search Activity - searchable -->
<activity android:name="com.fsck.k9.activity.Search"
android:label="@string/search_action"
android:launchMode="singleTop">
>
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
<category android:name="android.intent.category.DEFAULT" />