mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various fixes
This commit is contained in:
@@ -1227,7 +1227,7 @@ private final class DrawingScreenComponent: CombinedComponent {
|
||||
case .filled:
|
||||
nextStyle = .semi
|
||||
case .semi:
|
||||
nextStyle = .stroke
|
||||
nextStyle = .regular
|
||||
case .stroke:
|
||||
nextStyle = .regular
|
||||
}
|
||||
@@ -3480,7 +3480,7 @@ public final class DrawingToolsInteraction {
|
||||
case .filled:
|
||||
nextStyle = .semi
|
||||
case .semi:
|
||||
nextStyle = .stroke
|
||||
nextStyle = .regular
|
||||
case .stroke:
|
||||
nextStyle = .regular
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user