Various Fixes

This commit is contained in:
Ilya Laktyushin
2021-11-21 01:49:56 +04:00
parent 26b0b4021c
commit a92a444c05
4 changed files with 35 additions and 4 deletions

View File

@@ -869,6 +869,11 @@ static const CGFloat outerCircleMinScale = innerCircleRadius / outerCircleRadius
}
}
- (void)reset {
_targetTranslation = 0.0;
[self updateOverlay];
}
- (void)addMicLevel:(CGFloat)level {
_inputLevel = level;
[_decoration updateLevel:level];