RecordYou
RecordYou copied to clipboard
Screen recording: timer does not start at times
Steps to reproduce
- Split view is selected: YouRecord and the app whose content is to be filmed.
- 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.
I tried debugging this issue and it looks like the handler.postDelayed(this::updateTime, 100) function sometimes doesn't work.
So the elapsed time becomes 0 and stays unchanged.
Looks like the Handler is not that reliable for this task.