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.