mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-14 06:00:21 -05:00
Made LocalStore.destroy() transactional
This commit is contained in:
parent
46300ac421
commit
dc16657480
@ -6241,7 +6241,7 @@ public class LocalStore extends Store implements Serializable, LocalStoreMigrati
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
execute(false, new DbCallback<Void>()
|
execute(true, new DbCallback<Void>()
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
public Void doDbWork(final SQLiteDatabase db) throws WrappedException,
|
public Void doDbWork(final SQLiteDatabase db) throws WrappedException,
|
||||||
|
Loading…
Reference in New Issue
Block a user