nextcloud / talk-ios

📱😀 Video & audio calls through Nextcloud on iOS
GNU General Public License v3.0
147 stars 87 forks source link

Fix crash when Talk folder does not exist #1643

Closed SystemKeeper closed 4 months ago

SystemKeeper commented 4 months ago

Regression from https://github.com/nextcloud/talk-ios/blob/5c6953548a15c550ee85179f1da4d377bc8d6935/ShareExtension/ShareConfirmationViewController.m#L498-L506

which results in an unbalanced enter/leave and therefore crashes. We only need to call leave when we don't retry to upload the file after folder creation.