mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Interactive story reactions
This commit is contained in:
@@ -1242,6 +1242,8 @@ private final class DrawingScreenComponent: CombinedComponent {
|
||||
nextStyle = .regular
|
||||
case .stroke:
|
||||
nextStyle = .regular
|
||||
case .blur:
|
||||
nextStyle = .regular
|
||||
}
|
||||
textEntity.style = nextStyle
|
||||
updateEntityView.invoke((textEntity.uuid, false))
|
||||
@@ -3515,6 +3517,8 @@ public final class DrawingToolsInteraction {
|
||||
nextStyle = .regular
|
||||
case .stroke:
|
||||
nextStyle = .regular
|
||||
case .blur:
|
||||
nextStyle = .regular
|
||||
}
|
||||
textEntity.style = nextStyle
|
||||
entityView.update()
|
||||
|
||||
Reference in New Issue
Block a user