This commit is contained in:
wangcongtao
2020-06-11 16:42:45 +08:00
parent 5f7e9a3d58
commit 88436a4d5a
10 changed files with 32 additions and 23 deletions

View File

@@ -133,7 +133,7 @@ public class MogoStatusManager implements IMogoStatusManager {
@Override
public void setV2XUIShow( String tag, boolean show ) {
Logger.e( TAG, "do not implement" );
doSetStatus( tag, StatusDescriptor.V2X_UI, show );
}
@Override