RecordYou icon indicating copy to clipboard operation
RecordYou copied to clipboard

Screen recording: timer does not start at times

Open WebworkrNet opened this issue 2 years ago • 1 comments

Steps to reproduce

  1. Split view is selected: YouRecord and the app whose content is to be filmed.
  2. Start recording.

Expected behavior

The time counter starts.

Actual behavior

Although recording starts, sometimes the running time display remains at the start time of 0:00.

Record You version

v7.3 (18) (F-Droid)

Android version

Android 14

Other details

Samsung Galaxy A13 5G (SM-A136B/DSN) One-UI version 6.0

Acknowledgements

  • [X] I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • [X] I have written a short but informative title.
  • [X] I will fill out all of the requested information in this form.

WebworkrNet avatar Mar 02 '24 15:03 WebworkrNet

I tried debugging this issue and it looks like the handler.postDelayed(this::updateTime, 100) function sometimes doesn't work.

Screenshot from 2024-04-09 17-53-48

So the elapsed time becomes 0 and stays unchanged. Looks like the Handler is not that reliable for this task.

SuhasDissa avatar Apr 09 '24 12:04 SuhasDissa