1
0
mirror of https://github.com/etesync/android synced 2024-11-15 12:28:57 +00:00

Avoid "no transaction" exception

This commit is contained in:
Ricki Hirner 2016-10-03 20:11:18 +02:00
parent 3952181df2
commit 3bd96955cc
2 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ public class DavService extends Service {
info.selected = true;
}
db.beginTransactionNonExclusive();
try {
db.beginTransactionNonExclusive();
saveHomeSets(homeSets);
saveCollections(collections.values());
db.setTransactionSuccessful();

@ -1 +1 @@
Subproject commit 56a51bf019d4e05aef5e15c352a1d791bc8e45bf
Subproject commit d5fae5d695edbaba9da230679a8313e238f34bf4