src/main/kotlin/com/flightfeather/uav/biz/dataanalysis/model/ExceptionTag.kt
@@ -37,9 +37,13 @@ exceptionData.add(data) } fun refreshWithNextException(data: BaseRealTimeData) { fun refreshWithNoException(data: BaseRealTimeData) { sIndex = eIndex startData = data } fun refreshWithNextException(data: BaseRealTimeData) { refreshWithNoException(data) exceptionData.clear() exceptionExisted = false exceptionCreated = false