This commit is contained in:
minjaesong
2021-09-09 16:39:29 +09:00
parent 94a97193f9
commit 1a0c48987d
4 changed files with 84 additions and 16 deletions

View File

@@ -99,6 +99,8 @@ open class UIRemoCon(val parent: TitleScreen, treeRepresentation: QNDTreeNode<St
currentRemoConContents = currentRemoConContents.parent!!
currentlySelectedRemoConItem = currentRemoConContents.data
remoConTray = generateNewRemoCon(currentRemoConContents)
parent.uiFakeBlurOverlay.setAsClose()
}
else {
throw NullPointerException("No parent node to return")
@@ -143,7 +145,6 @@ open class UIRemoCon(val parent: TitleScreen, treeRepresentation: QNDTreeNode<St
}
else {
it.second.setAsClose()
parent.uiFakeBlurOverlay.setAsClose()
}
}
}