commit | 8aab46abca2cd0c100c90a569f6fc058ce6db5a8 | [log] [tgz] |
---|---|---|
author | Andrei Popescu <andreip@google.com> | Sat Feb 27 15:47:46 2010 +0000 |
committer | Andrei Popescu <andreip@google.com> | Sat Feb 27 16:14:04 2010 +0000 |
tree | 701b47340fc3073c1a7318388438642231a2c669 | |
parent | b5e15690dc9a21435c378cc73234d0a324f6eee8 [diff] |
VideoPlayer::onPrepared() can be called after the user pressed back in the VideoView. This can cass a NPE since our Timer would have been destroyed by then. Add call to VideoView.stopPlayback() when the view is dismissed by the user. Fix b: 2476002, 2475786, 2475786