Fix trailer zoom not resetting after fullscreen exit#2512
Open
DieGon7771 wants to merge 2 commits intorecloudstream:masterfrom
Open
Fix trailer zoom not resetting after fullscreen exit#2512DieGon7771 wants to merge 2 commits intorecloudstream:masterfrom
DieGon7771 wants to merge 2 commits intorecloudstream:masterfrom
Conversation
|
Thank you.
Sent from Yahoo Mail for iPhone
On Wednesday, February 18, 2026, 3:43 PM, DieGon7771 ***@***.***> wrote:
Fixes trailer size issue after fullscreen exit.
The video now properly resets to its original dimensions instead of becoming too small
Screenshot_2026-02-18-22-37-28-519_com.discord-edit.jpg (view on web)
Screenshot_2026-02-18-22-39-32-787_com.lagradost.cloudstream3.prerelease.debug-edit.jpg (view on web)
You can view, comment on, or merge this pull request online at:
#2512
Commit Summary
- 514d458 Fix trailer zoom on fullscreen exit
File Changes
(1 file)
- M app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt (26)
Patch Links:
- https://github.com/recloudstream/cloudstream/pull/2512.patch
- https://github.com/recloudstream/cloudstream/pull/2512.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
fire-light42
requested changes
Feb 18, 2026
app/src/main/java/com/lagradost/cloudstream3/ui/player/FullScreenPlayer.kt
Show resolved
Hide resolved
Minor change
fire-light42
approved these changes
Feb 19, 2026
Collaborator
fire-light42
left a comment
There was a problem hiding this comment.
Will merge after some testing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes trailer size issue after fullscreen exit.
When zooming in fullscreen and then exiting, the video would become too small.
Now it correctly resets to its original dimensions.