Skip to content

Commit

Permalink
fix minor player regression
Browse files Browse the repository at this point in the history
Signed-off-by: fgl27 <fglfgl27@gmail.com>
  • Loading branch information
fgl27 committed Aug 10, 2021
1 parent ecf1d02 commit 6a98afc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apk/app/src/main/java/com/fgl27/twitch/PlayerActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,9 @@ private void updateVideSize(boolean FullScreen) {
PlayerObj[0].playerView.setLayoutParams(PlayerViewSideBySideSize[FullScreenPosition][FullScreenSize]);//CENTER_VERTICAL 75% width x height

//reset track selector as SwitchPlayer may have skipped if isFullScreen == false
mSetQuality(0);
if (IsInAutoMode) {
PlayerObjUpdateTrackSelector(0, 0);
}
}

private void updateVideSizePP(boolean FullScreen) {
Expand Down

0 comments on commit 6a98afc

Please sign in to comment.