OSDN Git Service

Fix the bug that on-screen zoom ratio is not reset.
authorWu-cheng Li <wuchengli@google.com>
Wed, 29 Sep 2010 04:06:26 +0000 (21:06 -0700)
committerWu-cheng Li <wuchengli@google.com>
Wed, 29 Sep 2010 19:28:22 +0000 (12:28 -0700)
commitc6e3c7823339031096af937464cb528f53e045cf
treea736a8a3b3d9d5abe5a8aa0393c0f29f0ba8887f
parent2d96a8e256c556816a27e22d9f1e27a4595255d1
Fix the bug that on-screen zoom ratio is not reset.

After onPause and onResume, zoom value is reset to 1x
but the on-screen text is not updated.
bug:3024097
Change-Id: I1e5be3732b79073da6582799bba54364e87e5d88
src/com/android/camera/Camera.java