1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Made LocalStore.destroy() transactional

This commit is contained in:
Fiouz 2010-11-17 21:10:45 +00:00
parent 46300ac421
commit dc16657480

View File

@ -6241,7 +6241,7 @@ public class LocalStore extends Store implements Serializable, LocalStoreMigrati
{
try
{
execute(false, new DbCallback<Void>()
execute(true, new DbCallback<Void>()
{
@Override
public Void doDbWork(final SQLiteDatabase db) throws WrappedException,