d
This commit is contained in:
@@ -87,7 +87,10 @@ extension MeetupId {
|
||||
ctrl.pipeValue(
|
||||
dbg: "textA",
|
||||
sub: nil,
|
||||
K.meetupIdTextApp.eraseToAnyPublisher(),
|
||||
Bus.events
|
||||
.compactMap { Bus.convertKeyValue(K.meetupIdTextApp.rawValue, $0) }
|
||||
.map { (k: String, v: String) -> String in v }
|
||||
.eraseToAnyPublisher(),
|
||||
{
|
||||
$0.textApp.value = $1
|
||||
$0.textApp.isRecent = true
|
||||
@@ -100,7 +103,10 @@ extension MeetupId {
|
||||
ctrl.pipeValue(
|
||||
dbg: "textUI",
|
||||
sub: nil,
|
||||
K.meetupIdTextUI.eraseToAnyPublisher(),
|
||||
Bus.events
|
||||
.compactMap { Bus.convertKeyValue(K.meetupIdTextUI.rawValue, $0) }
|
||||
.map { (k: String, v: String) -> String in v }
|
||||
.eraseToAnyPublisher(),
|
||||
{
|
||||
$0.textUI.value = $1
|
||||
$0.textUI.isRecent = true
|
||||
|
||||
Reference in New Issue
Block a user