straw/app
Shafqat Bhuiyan a719b898a1 Fix playback not working after player enters idle state
On some phones (e.g. Oppo and Oneplus) the video player enters the STATE_IDLE 10 minutes after being paused. This causes the play button to stop working.

This happens because once a player has become idle, we need to call prepare() before playback can happen again.

But after I added prepare(), it would just skip to the end of the video. So now I'm executing the same code that happens when ERROR_CODE_UNSPECIFIED is done. This causes playback to resume normally.
2026-04-20 05:48:06 +02:00
..
sampledata Larger channel cards in search results 2023-02-09 06:15:22 +05:30
schemas/org.schabi.newpipe.database.AppDatabase Migrate database logic to Kotlin 2025-11-03 16:14:29 +08:00
src Fix playback not working after player enters idle state 2026-04-20 05:48:06 +02:00
build.gradle.kts libs: Bump minSdk to API 23 2026-04-16 16:38:19 +08:00
lint.xml lint: Supress more translation related errors 2026-02-20 16:16:50 +08:00
proguard-rules.pro subscription: Port subscription import-export to workers from refactor 2026-03-15 20:51:29 +08:00