commit | f38de1f33a6fcf1b7e804617158b506e1ffa4374 | [log] [tgz] |
---|---|---|
author | Jay Wang <jaywang@codeaurora.org> | Tue Jun 21 11:39:17 2016 -0700 |
committer | Jay Wang <jaywang@codeaurora.org> | Tue Jun 21 11:54:54 2016 -0700 |
tree | 60d1cfa064b8422029c883a122a59cea936619e3 | |
parent | f108f6243de9869ee43a6d2c2a7a1476abd137ab [diff] |
SnapdragonCamera: Fix the camera setting corruption issue Two instances of camera preference were created and caused the wrong preference instance is referenced when changing the camera2 mode. Due to this, it corrupted the camera setting on the other camera device. To resolve the issue, create single instance of camera preference and re-use it. Change-Id: Ia1a6923a10b83e4c5777fb1318677c1f191942fb CRs-fixed: 1025776