|
@@ -49,10 +49,12 @@ class AppDelegate: UIResponder, UIApplicationDelegate |
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 2) { |
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 2) { |
|
|
Bus.send(Mic.K.activityDate, Date() + 2) |
|
|
Bus.send(Mic.K.activityDate, Date() + 2) |
|
|
} |
|
|
} |
|
|
/* |
|
|
|
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 3) { |
|
|
|
|
|
Bus.send(Mic.K.activityDate, Date() + 5) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 5) { |
|
|
|
|
|
Bus.send(Mic.K.activityDate, Date() + 2) |
|
|
|
|
|
} |
|
|
|
|
|
DispatchQueue.main.asyncAfter(deadline: .now() + 6) { |
|
|
|
|
|
Bus.send(Mic.K.activityDate, Date() + 4) |
|
|
} |
|
|
} |
|
|
*/ |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |