mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-25 10:23:38 +02:00
Debug
This commit is contained in:
@@ -109,6 +109,8 @@ public class FragmentDialogOperationsDelete extends FragmentDialogBase {
|
||||
}
|
||||
|
||||
if (move) {
|
||||
if (BuildConfig.DEBUG)
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.ADD));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.MOVE));
|
||||
addAll(ops, db.operation().getOperations(EntityOperation.COPY));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user