mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-27 10:32:37 +00:00
Disable blurred location style
This commit is contained in:
parent
b71304a3d2
commit
f57d8512cc
@ -171,7 +171,7 @@ public final class DrawingLocationEntityView: DrawingEntityView, UITextViewDeleg
|
|||||||
case .black:
|
case .black:
|
||||||
updatedStyle = .transparent
|
updatedStyle = .transparent
|
||||||
case .transparent:
|
case .transparent:
|
||||||
updatedStyle = .blur
|
updatedStyle = .white
|
||||||
case .blur:
|
case .blur:
|
||||||
updatedStyle = .white
|
updatedStyle = .white
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user