This commit is contained in:
lixiaopeng
2020-12-03 20:49:57 +08:00
parent 98f760c049
commit 802420c673
2 changed files with 5 additions and 3 deletions

View File

@@ -568,7 +568,9 @@ public class TanluManager implements IMogoMarkerClickListener,
@Override
public void onAnimEnd() {
UiThreadHandler.postDelayed( () -> {
mogoAnimationMarker.destroy();
if (mogoAnimationMarker != null) {
mogoAnimationMarker.destroy();
}
}, 1_200L );
}
});