NTP-74964 | Naman | UPI section fix. (#16775)
This commit is contained in:
@@ -278,7 +278,9 @@ constructor(
|
||||
screenLayoutDeferred.await()
|
||||
eventHandler(
|
||||
HpEvents.UpdateFrontLayerContent(
|
||||
content = getFilteredWidgets(content) ?: emptyList(),
|
||||
content =
|
||||
getFilteredWidgets(prioritySection.content?.plus(content))
|
||||
?: emptyList(),
|
||||
isRenderingFirstTime = true,
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user