Changelog

This commit is contained in:
Benoit Marty 2022-07-21 10:30:18 +02:00 committed by Benoit Marty
parent 3063c0da49
commit b83f6f2cb7

1
changelog.d/6548.feature Normal file
View file

@ -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.