Deploy to 100% of users. No blocking issues identified. 2. Version Context | Previous Version | Current Version | Delta | |----------------|----------------|-------| | 4.16.0 (build 15001) | 4.16.1 (build 15145) | +144 builds |
// Before onPictureInPictureModeChanged() releasePlayerIfNeeded(); // triggers NPE on resumed state Netflix 4.16.1 Build 15145
Netflix Client Engineering Telemetry (automated) Approved for distribution: SRE + Release Management Deploy to 100% of users
// After (build 15145) onPictureInPictureModeChanged() if (isResumed) syncPlaybackState(); else releasePlayerIfNeeded(); Version Context | Previous Version | Current Version
End of report
Version: 4.16.1 Build Number: 15145 Platform: Android / iOS (Unified codebase assumed) Release Type: Minor patch / Hotfix 1. Executive Summary Build 15145 of version 4.16.1 is a maintenance release following the 4.16.0 feature update. No major UI or functionality changes are present. The release focuses on crash resolution, playback stability, and subtitle rendering improvements.