fix(android): invalid http range seeking#8369
fix(android): invalid http range seeking#8369OS-pedrogustavobilro merged 3 commits intoionic-team:mainfrom
Conversation
OS-pedrogustavobilro
left a comment
There was a problem hiding this comment.
Hey @bwees thanks for the PR!
Indeed, this fixes a regression.
It seems Chrome WebView already calls skip under the hood (checked debugging the native code), so the skip call added in the previous PR shouldn't be there.
However, CI is failing because of lint. Since you did not check to allow maintainers to edit, please run npm run fmt to fix lint issue, and sync with upstream (other PRs have been merged since). Afterwards, we can merge this PR.
|
Hey there! Sorry about that. I have ran the lint and synced the branch as requested. I cannot enable access to maintainers since the fork is owned by a GitHub organization 😔. Let me know if there need to be any further updates. |
OS-pedrogustavobilro
left a comment
There was a problem hiding this comment.
All good now @bwees, thanks!
Fixes a regression introduced in #8357.
Closes #8367.