TP-40365 savedWidgetMetaData Crash Fix (#7737)
This commit is contained in:
committed by
GitHub
parent
76184d360b
commit
b62868c7d3
@@ -122,7 +122,7 @@ class ApGenericScreenVM @Inject constructor(repository: LambdaRepository) :
|
||||
if (handle.contains(it.eventName)) {
|
||||
handle.get<MutableList<String>>(it.eventName)?.add(it.stateId)
|
||||
} else {
|
||||
handle[it.eventName] = listOf(it.stateId)
|
||||
handle[it.eventName] = mutableListOf(it.stateId)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user