Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/beta/res/xml/searchable.xml')
-rw-r--r--app/src/beta/res/xml/searchable.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/beta/res/xml/searchable.xml b/app/src/beta/res/xml/searchable.xml
index 47cbcaa..b0d931d 100644
--- a/app/src/beta/res/xml/searchable.xml
+++ b/app/src/beta/res/xml/searchable.xml
@@ -2,7 +2,7 @@
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:label="@string/app_name"
android:hint="@string/searchHint"
- android:searchSuggestAuthority="se.lublin.mumla.nightly.channel.ChannelSearchProvider"
+ android:searchSuggestAuthority="se.lublin.mumla.beta.channel.ChannelSearchProvider"
android:searchSuggestSelection=" ?"
android:searchSuggestThreshold="1"
android:searchSuggestIntentAction="android.intent.action.SEARCH"