This commit is contained in:
EmArrow
2024-08-16 16:26:55 +08:00
parent dc504ce400
commit fb21b02b41
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ object MogoLogCatchManager : IMogoOnMessageListener<RemoteLogPushContent>, Handl
}
LOCAL_CONFIG_CLOSE_SINGLE_FW -> {
val cmd = obj.cmd
if(cmd.contains("|")){
if(cmd!=null && cmd.contains("|")){
val list = cmd.split("|")
if(list.size == 3){
try {