Fix crash while animating
This commit is contained in:
parent
cce02cc6c1
commit
5795196198
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class AnimateDraggingMapThread {
|
|||
while(currentThread != null){
|
||||
try {
|
||||
currentThread.join();
|
||||
} catch (InterruptedException e) {
|
||||
} catch (Exception e) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue