Skip to content

Commit 6d0c7df

Browse files
committed
Merge branch 'release/2.2.1'
2 parents 024232d + b8084f7 commit 6d0c7df

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

Cryptomator/Common/CloudAccountList/AccountListViewController.swift

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ class AccountListViewController: ListViewController<AccountCellContent> {
7575
})
7676
alertController.addAction(removeAction)
7777
alertController.addAction(cancelAction)
78+
alertController.popoverPresentationController?.sourceView = sender
79+
alertController.popoverPresentationController?.sourceRect = sender.bounds
7880
present(alertController, animated: true)
7981
}
8082

fastlane/changelog.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Fixed copying of folders that sometimes doesn't finish completely and the vault gets "stuck" (#173, #197)
22
- Fixed "not found" error in Google Drive due to unresolvable shortcuts (#194)
3-
- Fixed unexpected error when the path contained certain keywords like "Shared" in OneDrive (#189)
3+
- Fixed unexpected error when the path contained certain keywords like "Shared" in OneDrive (#189)
4+
- Fixed crash on iPad when tapping on disclosure button for signing out of a cloud storage service
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Kopieren von Ordnern behoben, was manchmal nicht vollständig abgeschlossen werden konnte und der Tresor „stecken“ bleibt (#173, #197)
22
- Fehler „nicht gefunden“ aufgrund von nicht auflösbaren Shortcuts in Google Drive behoben (#194)
3-
- Unerwarteten Fehler behoben, wenn der Pfad bestimmte Schlüsselwörter wie „Shared“ in OneDrive enthielt (#189)
3+
- Unerwarteten Fehler behoben, wenn der Pfad bestimmte Schlüsselwörter wie „Shared“ in OneDrive enthielt (#189)
4+
- Absturz auf dem iPad behoben, wenn man auf den Disclosure-Button tippt, um sich von einem Cloudspeicher-Dienst abzumelden
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Fixed copying of folders that sometimes doesn't finish completely and the vault gets "stuck" (#173, #197)
22
- Fixed "not found" error in Google Drive due to unresolvable shortcuts (#194)
3-
- Fixed unexpected error when the path contained certain keywords like "Shared" in OneDrive (#189)
3+
- Fixed unexpected error when the path contained certain keywords like "Shared" in OneDrive (#189)
4+
- Fixed crash on iPad when tapping on disclosure button for signing out of a cloud storage service

0 commit comments

Comments
 (0)