jellyfin-android icon indicating copy to clipboard operation
jellyfin-android copied to clipboard

addressed insets bug when returning from media

Open khrosales1989 opened this issue 3 years ago • 1 comments

When returning from fullscreen player fragment, the mainactivity wasn't returning to nonfullscreen mode without rotating screen. Added insets listener to ensure that mainactivity correctly displays content without needing to rotate when returning from player fragment

khrosales1989 avatar Dec 18 '21 12:12 khrosales1989

Thanks for your contribution. I fear the updated code won't work as expected though, since it sets the padding to a constant used for inset identification, not the actual insets. I have however reworked some of the insets handling recently and will open a PR to fix those issues soon.

Maxr1998 avatar Jan 24 '22 20:01 Maxr1998

I can't reproduce the issue you describe on both the integrated player and the web player, thus I'm closing this PR.

Maxr1998 avatar Dec 28 '22 12:12 Maxr1998