commit | d074a0ed7d81cbad424f738df27766bbba496ffa | [log] [tgz] |
---|---|---|
author | Camera Software Integration <camswint@localhost> | Fri Nov 13 11:10:02 2015 -0800 |
committer | Camera Software Integration <camswint@localhost> | Tue Dec 22 16:23:44 2015 +0530 |
tree | 3a5c8abeac68c98396b8deb90b141fd4db04027a | |
parent | eadf503b74cd3efb5d672fc6026bfad1d8cedadb [diff] |
SnapdragonCamera: Remove double onResume call For panorama module with screen lock set, when user suspend and resume the app back, onResume is called twice, calling openCamera twice as well. This is resulting in crash. Remove calling resume from screen-on receiver. Change-Id: I9c6a0baca9aef1732ac003f3cb122fc3866a7b35 CRs-Fixed: 927063