Add group to root

This commit is contained in:
J-Jamet
2021-03-08 19:09:21 +01:00
parent 6f72ade4d4
commit 192903e8d7

View File

@@ -177,6 +177,7 @@ class DatabaseInputKDB(cacheDirectory: File)
val newRoot = mDatabase.createGroup()
newRoot.level = -1
mDatabase.rootGroup = newRoot
mDatabase.addGroupIndex(newRoot)
// Import all nodes
var newGroup: GroupKDB? = null