1. opt
This commit is contained in:
@@ -213,6 +213,9 @@ public class SchemeIntent implements IMogoStatusChangedListener {
|
||||
if ( isTrue ) {
|
||||
// 保证回到桌面后在开始该规划路线。
|
||||
UiThreadHandler.postDelayed( () -> {
|
||||
if ( mNextIntent == null ) {
|
||||
return;
|
||||
}
|
||||
handle( mNextIntent.mIntent );
|
||||
}, mNextIntent.mDelay );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user