d
This commit is contained in:
@@ -27,6 +27,7 @@ extension MicItem {
|
||||
.animation(.easeInOut(duration: 0.3))
|
||||
.onAppear {
|
||||
isActive.id = id
|
||||
Bus.send(K.requestActivityDate, id)
|
||||
}
|
||||
.onChange(of: id) { newValue in
|
||||
isActive.id = newValue
|
||||
|
||||
Reference in New Issue
Block a user