Skip to content

Commit

Permalink
Made default to only show on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Mar 21, 2016
1 parent 727a1f7 commit a82c8e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SettingsImpl : Settings {
}

override val onlyIfMobile: Boolean
get() = prefs.getBoolean(res.getString(R.string.pref_only_when_mobile_key), false)
get() = prefs.getBoolean(res.getString(R.string.pref_only_when_mobile_key), true)

override val relativeToPace: Boolean
get() = prefs.getBoolean(res.getString(R.string.pref_relative_to_pace_key), false)
Expand Down

0 comments on commit a82c8e6

Please sign in to comment.