Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Menu/NCMenu+FloatingPanel.swift')
-rw-r--r--iOSClient/Menu/NCMenu+FloatingPanel.swift3
1 files changed, 2 insertions, 1 deletions
diff --git a/iOSClient/Menu/NCMenu+FloatingPanel.swift b/iOSClient/Menu/NCMenu+FloatingPanel.swift
index 71735a202..791d49c31 100644
--- a/iOSClient/Menu/NCMenu+FloatingPanel.swift
+++ b/iOSClient/Menu/NCMenu+FloatingPanel.swift
@@ -72,10 +72,11 @@ class NCMenuPanelController: FloatingPanelController {
override func viewDidLoad() {
super.viewDidLoad()
- self.surfaceView.backgroundColor = NCBrandColor.shared.systemBackground
+ self.surfaceView.backgroundColor = .systemBackground
self.isRemovalInteractionEnabled = true
self.backdropView.dismissalTapGestureRecognizer.isEnabled = true
self.surfaceView.layer.cornerRadius = 16
+ self.surfaceView.clipsToBounds = true
surfaceView.grabberHandle.accessibilityLabel = NSLocalizedString("_cart_controller_", comment: "")