This commit is contained in:
mar-v-in 2015-01-14 17:38:40 +01:00
parent 8b6f00feee
commit c114fda737

View file

@ -27,6 +27,7 @@ class BackendFuser {
public BackendFuser(Context context, LocationProvider locationProvider) {
this.locationProvider = locationProvider;
this.context = context;
reset();
}
public void reset() {