Disable blurred location style

This commit is contained in:
Ilya Laktyushin 2023-08-07 08:42:03 +02:00
parent b71304a3d2
commit f57d8512cc

View File

@ -171,7 +171,7 @@ public final class DrawingLocationEntityView: DrawingEntityView, UITextViewDeleg
case .black:
updatedStyle = .transparent
case .transparent:
updatedStyle = .blur
updatedStyle = .white
case .blur:
updatedStyle = .white
}