Adding date of next theory phase start to home screen

- Also some UI stuff, documentation and removal of unused CoreData entities
This commit is contained in:
2021-02-04 23:12:24 +01:00
committed by Patrick Müller
parent c8a6ba8008
commit 64bd6bf434
3 changed files with 45 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class UtilityFunctions {
}
public class func deleteAllData() -> Bool {
let entities = ["User", "Item"]
let entities = ["User", "RaPlaEvent"]
var allSuccessful = true
for entityName in entities {