This commit is contained in:
wangcongtao
2020-09-25 21:14:03 +08:00
parent 904efa3c51
commit d552828493
5 changed files with 7 additions and 3 deletions

View File

@@ -213,6 +213,9 @@ public class SchemeIntent implements IMogoStatusChangedListener {
if ( isTrue ) {
// 保证回到桌面后在开始该规划路线。
UiThreadHandler.postDelayed( () -> {
if ( mNextIntent == null ) {
return;
}
handle( mNextIntent.mIntent );
}, mNextIntent.mDelay );
}