Fix search for non-default application ID
This commit is contained in:
parent
d703ac9148
commit
ebeed31705
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
<meta-data
|
||||
android:name="android.app.default_searchable"
|
||||
android:value=".activity.Search"/>
|
||||
android:value="com.fsck.k9.activity.Search"/>
|
||||
|
||||
<activity
|
||||
android:name=".activity.Accounts"
|
||||
|
|
Loading…
Reference in a new issue