Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
required init?(coder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
+
+ @IBAction func closeAction(_ sender: Any) {
+ actionViewController.extensionContext.completeRequest()
+ }
}
<font key="font" metaFont="system"/>
<imageReference key="image" image="xmark.circle.fill" catalog="system" symbolScale="large"/>
</buttonCell>
+ <connections>
+ <action selector="closeAction:" target="-2" id="D9k-gc-AcN"/>
+ </connections>
</button>
</subviews>
<constraints>