Fix crash while animating

This commit is contained in:
Alexey Kulish 2017-04-26 11:58:39 +03:00
parent cce02cc6c1
commit 5795196198

View file

@ -93,7 +93,7 @@ public class AnimateDraggingMapThread {
while(currentThread != null){
try {
currentThread.join();
} catch (InterruptedException e) {
} catch (Exception e) {
}
}
}