Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Nov 20, 2021
1 parent d2a52ef commit 8bf6998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/de/baumann/browser/util/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package de.baumann.browser.util

class Constants {
companion object {
const val DEFAULT_HOME_URL = "https://duckduckgo.com/"
const val DEFAULT_HOME_URL = "https://www.google.com/"
const val ARG_LAUNCH_TOOLBAR_SETTING = "launch_toolbar_setting"
const val MIME_TYPE_EPUB = "application/epub+zip"
const val MIME_TYPE_PDF = "application/pdf"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/preference_setting.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PreferenceCategory>

<EditTextPreference
android:defaultValue="https://duckduckgo.com/"
android:defaultValue="https://www.google.com/"
android:key="favoriteURL"
android:title="@string/setting_title_fav"
android:icon="@drawable/ic_home"/>
Expand Down

0 comments on commit 8bf6998

Please sign in to comment.