Added uuid to identities

This commit is contained in:
M66B
2022-06-27 15:52:19 +02:00
parent 1d8985cdce
commit f1efdb6018
5 changed files with 2812 additions and 6 deletions

View File

@@ -1188,10 +1188,6 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
Log.e(ex);
}
EntityRule existing = db.rule().getRuleByUUID(rule.uuid);
if (existing != null)
db.rule().deleteRule(existing.id);
db.rule().insertRule(rule);
}
}