add downlaod delegate to fix download name resolution

This commit is contained in:
Fabian Freund
2026-05-27 07:08:33 +02:00
parent 496e2265c5
commit 151a970d3e
@@ -127,6 +127,14 @@ class Core(
cookieBannerHandlingGlobalRules = true,
cookieBannerHandlingGlobalRulesSubFrames = true,
webContentIsolationStrategy = WebContentIsolationStrategy.ISOLATE_HIGH_VALUE,
downloadDelegate = EngineDownloadDelegate(
context = context,
downloadLocation = {
Environment.getExternalStoragePublicDirectory(
Environment.DIRECTORY_DOWNLOADS,
).path
},
),
)
}