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:
parent
3952181df2
commit
3bd96955cc
@ -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
|
Loading…
Reference in New Issue
Block a user