From 2d5074432015fd67a555cfb4f6676a452976a86c Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Wed, 12 Aug 2026 18:51:37 +0200 Subject: [PATCH] fix(player): resume at saved position on the Android native path The native (ExoPlayer) video path never applied the resume position, so "resume from where you left off" always played from the start on Android. Two layers each assumed the other did the seek: - The only code acting on `initialPosition` was handleCanPlay, an HTML5