Skip to content

Commit dbdca82

Browse files
qsb rearrange
1 parent 28cba8e commit dbdca82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lawnchair/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,6 @@
555555
<string name="search_provider_app_search">App search</string>
556556
<string name="search_provider_startpage" translatable="false">Startpage</string>
557557
<string name="search_provider_google" translatable="false">Google</string>
558-
<string name="search_provider_firefox" translatable="false">Firefox</string>
559-
<string name="search_provider_iceraven" translatable="false">Iceraven</string>
560558
<string name="search_provider_google_go" translatable="false">Google Go</string>
561559
<string name="search_provider_duckduckgo" translatable="false">DuckDuckGo</string>
562560
<string name="search_provider_wikipedia" translatable="false">Wikipedia</string>
@@ -568,6 +566,8 @@
568566
<string name="search_provider_youtube" translatable="false">YouTube</string>
569567
<string name="search_provider_pixel_search" translatable="false">Pixel Search</string>
570568
<string name="search_provider_yandex" translatable="false">Yandex</string>
569+
<string name="search_provider_firefox" translatable="false">Firefox</string>
570+
<string name="search_provider_iceraven" translatable="false">Iceraven</string>
571571

572572
<string name="search_provider_sponsored_description">%1$s and Lawnchair have a revenue share agreement.\n\nSearching with %1$s helps support Lawnchair.</string>
573573

lawnchair/src/app/lawnchair/qsb/providers/QsbSearchProvider.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ sealed class QsbSearchProvider(
122122
fun values() = listOf(
123123
AppSearch,
124124
Google,
125-
Firefox,
126-
Iceraven,
127125
GoogleGo,
128126
Youtube,
129127
PixelSearch,
@@ -135,6 +133,8 @@ sealed class QsbSearchProvider(
135133
Bing,
136134
Brave,
137135
Yandex,
136+
Firefox,
137+
Iceraven,
138138
Startpage,
139139
)
140140

0 commit comments

Comments
 (0)