Version 4.8.5: Fix build.
This commit is contained in:
parent
e034f5e304
commit
e646205bca
|
@ -2970,7 +2970,7 @@ bool ComposeControls::isRecordingPressed() const {
|
||||||
&& _send->isDown()));
|
&& _send->isDown()));
|
||||||
}
|
}
|
||||||
|
|
||||||
rpl::producer<bool> ComposeControls::recordingValue() const {
|
rpl::producer<bool> ComposeControls::recordingActiveValue() const {
|
||||||
return _voiceRecordBar->shownValue();
|
return _voiceRecordBar->shownValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue