Cancelled courses now struck through, switched the colour picker method from using an if tree to a simplified switch statement

This commit is contained in:
Deniz Duezgoeren
2019-08-21 11:33:45 +02:00
parent c05f7f1bbf
commit 769ba6cf45
3 changed files with 39 additions and 52 deletions
+1
View File
@@ -37,6 +37,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
Messaging.messaging().subscribe(toTopic: "substitutions-ios")
Messaging.messaging().subscribe(toTopic: "substitutions-broadcast")
Crashlytics.sharedInstance().setUserIdentifier(UserDefaults.standard.string(forKey: "username"))
return true
}