diff --git a/src/Features/StoriesAndMessages/SeenButtons.x b/src/Features/StoriesAndMessages/SeenButtons.x index 4a8ab14c..1a78e8ea 100644 --- a/src/Features/StoriesAndMessages/SeenButtons.x +++ b/src/Features/StoriesAndMessages/SeenButtons.x @@ -83,6 +83,8 @@ if (dmVisualMsgsViewedButtonEnabled) { %orig; } + } else { + %orig; } } - (void)visualMessageViewerController:(id)arg1 didEndPlaybackForVisualMessage:(id)arg2 atIndex:(NSInteger)arg3 mediaCurrentTime:(CGFloat)arg4 forNavType:(NSInteger)arg5 { @@ -91,6 +93,8 @@ if (dmVisualMsgsViewedButtonEnabled) { %orig; } + } else { + %orig; } } %end \ No newline at end of file