OSDN Git Service

Fix occasional crash when restoring photo page state
authorBobby Georgescu <georgescu@google.com>
Mon, 24 Sep 2012 18:26:10 +0000 (11:26 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 24 Sep 2012 21:29:54 +0000 (14:29 -0700)
commit3eb2e643a40d1be77998373343cdf8b14764f58c
treed845156a80fcfc2639b742a222ae7e0fda350904
parent15ff1b1ca52bea348b8a490b5b5abe53fa43eaf2
Fix occasional crash when restoring photo page state

Bug: 7216012
If the saved state being used to restore the photo page
includes an out-of-bounds index, ignore it and reset the
index to 0.

Change-Id: I1b8aa82cbc553297189abb57bd274d7eb53f61e0
src/com/android/gallery3d/app/PhotoPage.java