This commit is contained in:
Denis 2014-10-02 15:50:26 +03:00
parent 90ce9bf22f
commit b3f2a5d767

View file

@ -186,6 +186,10 @@ public class WaypointDialogHelper implements OsmAndLocationListener {
}
protected void onPostExecute(Void result) {
if (isCancelled()){
return;
}
if (height > 0 && OVERLAP_LAYOUT) {
mapActivity.runOnUiThread(new Runnable() {
@Override