Added onStop lifecycle method(according to the doc) to re-enable panning of map when exit mode.
In onSetup lifecycle method it disabled mapPan, but did not enable it. This cause problems when user switch to other modes like the static as panning is no longer working.
Added
onStop
lifecycle method(according to the doc) to re-enable panning of map when exit mode.In
onSetup
lifecycle method it disabled mapPan, but did not enable it. This cause problems when user switch to other modes like thestatic
as panning is no longer working.