This commit is contained in:
Ilya Laktyushin
2020-08-13 01:23:00 +03:00
parent a0a3902647
commit a1fb9f3f61
4 changed files with 1 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ final class ChatRecordingPreviewInputPanelNode: ChatInputPanelNode {
super.init()
self.addSubnode(self.deleteButton)
self.deleteButton.addSubnode(binNode)
self.deleteButton.addSubnode(self.binNode)
self.addSubnode(self.waveformBackgroundNode)
self.addSubnode(self.sendButton)
self.addSubnode(self.waveformScubberNode)