解决小地图在联想pad加载异常的问题

This commit is contained in:
董宏宇
2021-05-19 19:59:31 +08:00
parent 1f82226ffc
commit e61195150d

View File

@@ -197,7 +197,7 @@ public class SmallMapDirectionView extends RelativeLayout {
@Override
public void run() {
try {
Thread.sleep(500L);
Thread.sleep(1000L);
} catch (InterruptedException e) {
e.printStackTrace();
}