This commit is contained in:
lixiaopeng
2021-08-23 20:33:29 +08:00
parent a35bf4540d
commit 4e969356e3
2 changed files with 5 additions and 2 deletions

View File

@@ -176,6 +176,7 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
@Override
public void warningChangedWithDirection(int type) {
Log.d(TAG, "显示红色预警蒙层");
Log.d("MogoObu", "显示红色预警蒙层 ------> type = " + type);
switch (type) {
case ALERT_THE_FRONT_CRASH_WARNING_TOP:
mWarningTop.setVisibility(View.VISIBLE);