VideoView: Check state before calling suspend
Only call suspend under certain states. There is a possibility that when activity is finished, pause gets called before destroy calling suspend and stop on mediaplayer respectively. This will result in stop failure as it has already been suspended. CRs-Fixed: 750459 Change-Id: I34c24d6abe3726b163f9a582d73b31dfd4094e44
Loading
Please register or sign in to comment