mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various Fixes
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user