context?.let {
if (it.deviceName != ORION_S.deviceName) {
context = NovaSMainContext()
}
}
} else {
context = NovaSMainContext()
return context!!
}
а в первой ветке if тоже return?
context?.takeIf { it.deviceNam != ORION_S.deviceName } ?: NovaSMainContext()
Обсуждают сегодня