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