mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -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
|
||||
{
|
||||
execute(false, new DbCallback<Void>()
|
||||
execute(true, new DbCallback<Void>()
|
||||
{
|
||||
@Override
|
||||
public Void doDbWork(final SQLiteDatabase db) throws WrappedException,
|
||||
|
Loading…
Reference in New Issue
Block a user