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)
commit77551a6b619e63c59d518b42b472556ebf750484
tree2fb68a91a98e11554f222db290a32a0a45151331
parent561df21b1651cf6b266f241bb1a3945c05c229bf
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