修复了RTC 麦序更新的话 UI也需要更新
This commit is contained in:
@@ -322,7 +322,7 @@
|
|||||||
MicroQueueModel *micSequence = [self.micQueue objectForKey:[NSString stringWithFormat:@"%d", microState.position]];
|
MicroQueueModel *micSequence = [self.micQueue objectForKey:[NSString stringWithFormat:@"%d", microState.position]];
|
||||||
micSequence.microState = microState;
|
micSequence.microState = microState;
|
||||||
}
|
}
|
||||||
microQueueChanged = NO;
|
microQueueChanged = YES;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user