Add missing @Override annotations (#617)

This commit is contained in:
Gustl22
2018-12-12 11:10:33 +02:00
committed by Emux
parent a62d77583b
commit d806d6bcca
52 changed files with 514 additions and 0 deletions
@@ -139,10 +139,12 @@ public class MapView extends GLSurfaceView {
mMap.destroy();
}
@Override
public void onPause() {
mMap.pause(true);
}
@Override
public void onResume() {
mMap.pause(false);
}