From a45c1858d22622ef80253743c15c5a28760dbbae Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 11 Mar 2012 17:19:24 +0000 Subject: Major progress on implementing the new search stuff. --- src/net/cbaines/suma/MapActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/cbaines/suma/MapActivity.java') 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(); -- cgit v1.2.3