AbolfaZlRezaEe / NMock

NMock is an application that you can use to mock your trips with fake locations. This application uses Google Map SDK and Neshan API for Map and location information.
22 stars 6 forks source link

Improve loading process of MockEditorActivity when we are trying to receive location information #21

Closed AbolfaZlRezaEe closed 1 year ago

AbolfaZlRezaEe commented 2 years ago

What's the problem or feature?

We have a problem when our internet is not good. when the user long press on the map, in the loading state, if I long-press somewhere else, the marker is going to locate in the second long-press location. and that isn't good.

For the solution we want to

Probably, we should check the loading state in every long press, and if we are in the loading state, we shouldn't let the user to long-press on the map.

Works we should do during this task