Version 4.8.5: Fix build.

This commit is contained in:
John Preston 2023-07-20 23:30:12 +04:00
parent e034f5e304
commit e646205bca
1 changed files with 1 additions and 1 deletions

View File

@ -2970,7 +2970,7 @@ bool ComposeControls::isRecordingPressed() const {
&& _send->isDown()));
}
rpl::producer<bool> ComposeControls::recordingValue() const {
rpl::producer<bool> ComposeControls::recordingActiveValue() const {
return _voiceRecordBar->shownValue();
}