Hotfix
This commit is contained in:
parent
90ce9bf22f
commit
b3f2a5d767
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue