Autremove fixes

Failable postbox intializers for use in extensions
This commit is contained in:
Ali
2021-02-15 02:47:31 +04:00
parent af2e1cf5d4
commit bc5d79e8de
14 changed files with 170 additions and 83 deletions

View File

@@ -202,7 +202,7 @@ public class ShareRootControllerImpl {
let internalContext: InternalContext
let accountManager = AccountManager(basePath: rootPath + "/accounts-metadata")
let accountManager = AccountManager(basePath: rootPath + "/accounts-metadata", isTemporary: true)
if let globalInternalContext = globalInternalContext {
internalContext = globalInternalContext