Skip to content

Commit 32b1155

Browse files
committed
T12062124 : Fixed upload actions for background and app killed state [Cherry picked]
1 parent 4d9e542 commit 32b1155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iMEGA/Cloud drive/CloudDriveViewController+ContextMenu.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ extension CloudDriveViewController: CloudDriveContextMenuDelegate {
255255

256256
@objc func presentUploadOptions() {
257257

258-
DispatchQueue.main.async {
258+
DispatchQueue.main.asyncAfter(deadline: .now() + 0.25) {
259259
self.configureContextMenuManagerIfNeeded()
260260

261261
guard let config = self.uploadAddMenuConfiguration(),

0 commit comments

Comments
 (0)