Remove persistent recording display (for debug).

This commit is contained in:
John Preston 2022-03-08 18:49:56 +04:00
parent a29d1816c9
commit 445b6e0f90

View file

@ -1035,7 +1035,6 @@ void Panel::updateWideControlsVisibility() {
void Panel::subscribeToChanges(not_null<Data::GroupCall*> real) {
const auto livestream = real->peer()->isBroadcast();
const auto validateRecordingMark = [=](bool recording) {
recording = true; AssertIsDebug();
if (!recording && _recordingMark) {
_recordingMark.destroy();
} else if (recording && !_recordingMark) {