代码优化

This commit is contained in:
wangcongtao
2021-03-03 10:07:02 +08:00
parent 7ca355f885
commit b37ee31e65
8 changed files with 25 additions and 14 deletions

View File

@@ -558,7 +558,7 @@ public class MockIntentHandler implements IntentHandler {
case 47:
mLocationMockHandler.sendEmptyMessageDelayed( 1, 100L );
mLocationMockHandler.sendEmptyMessageDelayed( 2, 200L );
mLocationMockHandler.sendEmptyMessageDelayed( 3, 100L );
// mLocationMockHandler.sendEmptyMessageDelayed( 3, 100L );
break;
}
}