Little formatting
This commit is contained in:
parent
5c18e0fe6b
commit
818728600e
@ -16,10 +16,9 @@ public abstract class Compass
|
||||
return new GyroCompass(context);
|
||||
else
|
||||
return new AccMagCompass(context);
|
||||
|
||||
}
|
||||
private final ArrayList<CompassListener> mListeners = new ArrayList<CompassListener>();
|
||||
|
||||
private final ArrayList<CompassListener> mListeners = new ArrayList<CompassListener>();
|
||||
private boolean mStarted = false;
|
||||
|
||||
protected abstract void onStart();
|
||||
|
Loading…
x
Reference in New Issue
Block a user