d
This commit is contained in:
@@ -8,7 +8,7 @@ public extension MicItem {
|
|||||||
return now < end
|
return now < end
|
||||||
}
|
}
|
||||||
|
|
||||||
if timeout {
|
if c.timeout {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ extension MicItem {
|
|||||||
{ m, _ in m.activityDate.isRecent = false }
|
{ m, _ in m.activityDate.isRecent = false }
|
||||||
)
|
)
|
||||||
|
|
||||||
ctrl.pipe(
|
pipe(
|
||||||
dbg: "timeout",
|
dbg: "timeout",
|
||||||
sub: nil,
|
sub: nil,
|
||||||
Bus.events.compactMap { Bus.convertKeyValue(K.timeout, $0) }.map { (k: String, v: Bool) in v }.eraseToAnyPublisher(),
|
Bus.events.compactMap { Bus.convertKeyValue(K.timeout, $0) }.map { (k: String, v: Bool) in v }.eraseToAnyPublisher(),
|
||||||
|
|||||||
Reference in New Issue
Block a user