Samples: fix location layer visibility #32

This commit is contained in:
Emux 2017-02-06 14:18:43 +02:00
parent 3d24aade21
commit fdc793d9ec

View File

@ -1,5 +1,5 @@
/*
* Copyright 2016 devemux86
* Copyright 2016-2017 devemux86
*
* This program is free software: you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Software
@ -51,7 +51,6 @@ public class LocationActivity extends SimpleMapActivity implements LocationListe
super.onPause();
locationManager.removeUpdates(this);
locationLayer.setEnabled(false);
}
@Override