Also keep ignoreThisUpdate integer between repo updates
This commit is contained in:
parent
1cc01b6c73
commit
f16234e084
@ -1154,7 +1154,7 @@ public class DB {
|
||||
values.put("ignoreThisUpdate", upapp.ignoreThisUpdate);
|
||||
} else {
|
||||
values.put("ignoreAllUpdates", oldapp.ignoreAllUpdates ? 1 : 0);
|
||||
values.put("ignoreThisUpdate", upapp.ignoreThisUpdate);
|
||||
values.put("ignoreThisUpdate", oldapp.ignoreThisUpdate);
|
||||
}
|
||||
|
||||
if (oldapp != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user