From b83f6f2cb7a532c49190448fd811d783bff0ebe9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 21 Jul 2022 10:30:18 +0200 Subject: [PATCH] Changelog --- changelog.d/6548.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/6548.feature diff --git a/changelog.d/6548.feature b/changelog.d/6548.feature new file mode 100644 index 0000000000..8c40a37063 --- /dev/null +++ b/changelog.d/6548.feature @@ -0,0 +1 @@ +Move initialization of the Session to a background thread. MainActivity is restoring the session now, instead of VectorApplication. Useful when for instance a long migration of a database is required.