Skip to content

[3.3.x] Fix crashes in ML and networking dialog

Felix Paul Kühne requested to merge fkuehne/vlc-ios:bp-669 into 3.3.x

This fixes a swift runtime exception in the networking dialog and moves deleting the .Trash to a background queue to prevent cancellations through the iOS runtime on launch when the app is blocking the main thread for too long.

This fixes #1315 (closed).

Backport of !669 (merged).

Merge request reports