Skip to content

Commit

Permalink
qsb rearrange
Browse files Browse the repository at this point in the history
  • Loading branch information
Unofficial-Life committed Sep 11, 2024
1 parent 28cba8e commit dbdca82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lawnchair/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,6 @@
<string name="search_provider_app_search">App search</string>
<string name="search_provider_startpage" translatable="false">Startpage</string>
<string name="search_provider_google" translatable="false">Google</string>
<string name="search_provider_firefox" translatable="false">Firefox</string>
<string name="search_provider_iceraven" translatable="false">Iceraven</string>
<string name="search_provider_google_go" translatable="false">Google Go</string>
<string name="search_provider_duckduckgo" translatable="false">DuckDuckGo</string>
<string name="search_provider_wikipedia" translatable="false">Wikipedia</string>
Expand All @@ -568,6 +566,8 @@
<string name="search_provider_youtube" translatable="false">YouTube</string>
<string name="search_provider_pixel_search" translatable="false">Pixel Search</string>
<string name="search_provider_yandex" translatable="false">Yandex</string>
<string name="search_provider_firefox" translatable="false">Firefox</string>
<string name="search_provider_iceraven" translatable="false">Iceraven</string>

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ sealed class QsbSearchProvider(
fun values() = listOf(
AppSearch,
Google,
Firefox,
Iceraven,
GoogleGo,
Youtube,
PixelSearch,
Expand All @@ -135,6 +133,8 @@ sealed class QsbSearchProvider(
Bing,
Brave,
Yandex,
Firefox,
Iceraven,
Startpage,
)

Expand Down

0 comments on commit dbdca82

Please sign in to comment.