Video message reply for stories

This commit is contained in:
Ilya Laktyushin
2023-07-03 23:17:48 +02:00
parent bd418c8689
commit 08fd6f80a3
23 changed files with 289 additions and 90 deletions

View File

@@ -995,7 +995,7 @@ private final class DrawingScreenComponent: CombinedComponent {
}
func addTextEntity() {
let textEntity = DrawingTextEntity(text: NSAttributedString(), style: .regular, animation: .none, font: .sanFrancisco, alignment: .center, fontSize: 1.0, color: DrawingColor(color: .white))
let textEntity = DrawingTextEntity(text: NSAttributedString(), style: .filled, animation: .none, font: .sanFrancisco, alignment: .center, fontSize: 1.0, color: DrawingColor(color: .white))
self.insertEntity.invoke(textEntity)
}