Fixing up the accelerometer. Weird issue with where zero is

This commit is contained in:
Joe Bowser
2010-06-04 11:42:12 -07:00
parent cd5788c3ce
commit c1e628f44c
3 changed files with 11 additions and 5 deletions
@@ -20,6 +20,7 @@ public class AccelBroker {
public String start(int freq, String key)
{
AccelListener listener = new AccelListener(key, freq, mCtx, mAppView);
listener.start(freq);
accelListeners.put(key, listener);
return key;
}