d
This commit is contained in:
@@ -70,11 +70,14 @@ class AppDelegate: UIResponder, UIApplicationDelegate
|
||||
Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 2)
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 5) {
|
||||
Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 2)
|
||||
}
|
||||
DispatchQueue.main.asyncAfter(deadline: .now() + 6) {
|
||||
Bus.send(Bus.keyId(Mic.K.activityDate, id), Date() + 3)
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user