aboutsummaryrefslogtreecommitdiff
path: root/src/net/cbaines/suma/MapActivity.java
diff options
context:
space:
mode:
authorChristopher Baines <cbaines8@gmail.com>2012-03-11 17:19:24 +0000
committerChristopher Baines <cbaines8@gmail.com>2012-03-11 17:19:24 +0000
commita45c1858d22622ef80253743c15c5a28760dbbae (patch)
tree75d1256944d553e8b4ec198ad9bf211e87b7f976 /src/net/cbaines/suma/MapActivity.java
parentacbff20cc3eb148621e1ffed9b06d17a2a1f53ce (diff)
downloadsouthamptonuniversitymap-a45c1858d22622ef80253743c15c5a28760dbbae.tar
southamptonuniversitymap-a45c1858d22622ef80253743c15c5a28760dbbae.tar.gz
Major progress on implementing the new search stuff.
Diffstat (limited to 'src/net/cbaines/suma/MapActivity.java')
-rw-r--r--src/net/cbaines/suma/MapActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/cbaines/suma/MapActivity.java b/src/net/cbaines/suma/MapActivity.java
index 2bdc3d7..f462060 100644
--- a/src/net/cbaines/suma/MapActivity.java
+++ b/src/net/cbaines/suma/MapActivity.java
@@ -195,7 +195,7 @@ public class MapActivity extends ToastHelperActivity implements MapViewConstants
Log.i(TAG, "Begining loading database " + (System.currentTimeMillis() - startTime));
- DatabaseHelper helper = getHelper();
+ DatabaseHelper helper = getHelperInternal(this);
Log.i(TAG, "Got the helper at " + (System.currentTimeMillis() - startTime));
boolean dbExist = helper.checkDataBase();