fix(YouTube - Slide to seek): Show tap and hold 2x speed overlay when active #5398
+19
−28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If "Slide to seek" is enabled, 2x tap and hold still works before touch sliding left/right.
This change removes the logic that hides the "2x speed" overlay that is active, since 2x does initially still work.
But most importantly, the logic to hide the overlay broke in a recent app update. The opcode pattern started matching a completely different section of code that is unrelated to the overlay, and the code appears to be for collecting devices thermal status statistics. It's unclear the code is only for statistics or if it could actually doing anything else.