Skip to content

Commit 3fb6ccb

Browse files
committed
Fix view once state after record
1 parent e3a55c7 commit 3fb6ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Telegram/Controls/Chats/ChatRecordBar.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ private async void OnRecordingStopped(object sender, EventArgs e)
400400
Visibility = Visibility.Collapsed;
401401
ButtonCancelRecording.Visibility = Visibility.Collapsed;
402402
ViewOnceRoot.Visibility = Visibility.Collapsed;
403+
ViewOnceButton.IsChecked = false;
403404
PauseRoot.Visibility = Visibility.Collapsed;
404405
PauseButton.IsChecked = false;
405406
ElapsedLabel.Text = "0:00,0";

0 commit comments

Comments
 (0)