]> www.average.org Git - WhereAmI.git/blobdiff - src/org/average/whereami/WhereAmI.java
compute distance (wip)
[WhereAmI.git] / src / org / average / whereami / WhereAmI.java
index e78cb04a9da2319a368161b65b0fa27b3b931dac..959bd0e876f41a48b97fea8c88e6170401c47164 100644 (file)
@@ -213,9 +213,9 @@ public class WhereAmI extends Activity
         tvs = (TextView)findViewById(R.id.timestamp);
        ut = new UpdateTarget[] {
             new UpdateTarget((TextView)findViewById(R.id.location),
-                             new PhoneLog(store)),
+                             new PhoneLog(res, store)),
             new UpdateTarget((TextView)findViewById(R.id.phonecall),
-                             new LastLocation(store))
+                             new LastLocation(res, store))
         };
         Log.w(TAG, "created UI, about to start update task");
        mHandler.post(updateClock);