预警方向传值添加,方法名称修改

This commit is contained in:
liujing
2021-03-29 14:42:41 +08:00
parent 0cb59e4a34
commit e21ad3b4fa
6 changed files with 9 additions and 9 deletions

View File

@@ -178,7 +178,7 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
}
@Override
public void warningChangedWithType(int type) {
public void warningChangedWithDirection(int type) {
Log.d(TAG, "显示红色预警蒙层");
switch (type) {
case ALERT_THE_FRONT_CRASH_WARNING_TOP: