Skip to content

Fix for crash caused by uninitialized currentTrackInfo in onLiveEdgeSearchCompleted

Vinay Rosenberg requested to merge github/fork/waqarz/development into development

Created by: waqarz

In a case when attempt to playback live content immediately as a live service starts, onLiveEdgeSearchCompleted is called before currentTrackInfo is initialized. A check here fixes this. Should not have any side effects as this method should not proceed uninitialized anyway.

Merge request reports