Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reset playback rate on exit fullscreen (#5116)

authored by

Samuel Newman and committed by
GitHub
5c2e9f09 7f26ad50

+1
+1
src/view/com/util/post-embeds/VideoEmbedInner/VideoEmbedInnerNative.tsx
··· 59 59 PlatformInfo.setAudioCategory(AudioCategory.Ambient) 60 60 PlatformInfo.setAudioActive(false) 61 61 player.muted = true 62 + player.playbackRate = 1 62 63 if (!player.playing) { 63 64 player.play() 64 65 }