mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Update UserAnnotationCalloutView center.
This commit is contained in:
@@ -46,7 +46,7 @@ class UserAnnotationCalloutView: UIView, MGLCalloutView, Themable {
|
||||
override var center: CGPoint {
|
||||
set {
|
||||
var newCenter = newValue
|
||||
newCenter.y -= bounds.maxY + Constants.bottomMargin
|
||||
newCenter.y -= bounds.midY + Constants.bottomMargin
|
||||
super.center = newCenter
|
||||
}
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user