aboutsummaryrefslogtreecommitdiff
path: root/src/net/cbaines/suma/PreferencesActivity.java
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-02-18 23:37:52 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-02-18 23:37:52 +0000
commitc3ccc3b44f3cb272afc4c30023c922558ec928ec (patch)
treec212df7e1249a06f90e58e588c4e3ad05d1b4483 /src/net/cbaines/suma/PreferencesActivity.java
parent8fcfee6f01df391476a884c73a8c6c9259e4165b (diff)
downloadsouthamptonuniversitymap-c3ccc3b44f3cb272afc4c30023c922558ec928ec.tar
southamptonuniversitymap-c3ccc3b44f3cb272afc4c30023c922558ec928ec.tar.gz
Working non uni link bus stop overlay :)
Diffstat (limited to 'src/net/cbaines/suma/PreferencesActivity.java')
-rw-r--r--src/net/cbaines/suma/PreferencesActivity.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/cbaines/suma/PreferencesActivity.java b/src/net/cbaines/suma/PreferencesActivity.java
index 0d61c6d..d72d266 100644
--- a/src/net/cbaines/suma/PreferencesActivity.java
+++ b/src/net/cbaines/suma/PreferencesActivity.java
@@ -42,8 +42,8 @@ public class PreferencesActivity extends PreferenceActivity implements Preferenc
if (!sharedPrefs.contains(NON_UNI_LINK_BUS_TIMES)) {
editor.putBoolean(NON_UNI_LINK_BUS_TIMES, NON_UNI_LINK_BUS_TIMES_ENABLED_BY_DEFAULT);
}
- if (!sharedPrefs.contains(NON_UNI_LINK_BUS_STOPS)) {
- editor.putBoolean(NON_UNI_LINK_BUS_STOPS, NON_UNI_LINK_BUS_STOPS_ENABLED_BY_DEFAULT);
+ if (!sharedPrefs.contains(NON_UNI_LINK_BUS_STOPS_OVERLAY)) {
+ editor.putBoolean(NON_UNI_LINK_BUS_STOPS_OVERLAY, NON_UNI_LINK_BUS_STOP_OVERLAY_ENABLED_BY_DEFAULT);
}
editor.commit();