wait to rebuild code

This commit is contained in:
zhongchao
2021-05-26 11:24:03 +08:00
parent 2eb75905b7
commit 47d840e550
4 changed files with 92 additions and 24 deletions

View File

@@ -218,7 +218,7 @@ public class MapMarkerManager implements IMogoMarkerClickListener,
switch (msg.what) {
case MSG_SNAPSHOT:
if (msg.obj instanceof SocketDownData.LauncherSnapshotProto) {
// SnapshotSetDataDrawer.getInstance().renderSnapshotData(((SocketDownData.LauncherSnapshotProto) msg.obj));
SnapshotSetDataDrawer.getInstance().renderSnapshotData(((SocketDownData.LauncherSnapshotProto) msg.obj));
} else {
SnapshotSetDataDrawer.getInstance().renderSnapshotData(null);
}