OSDN Git Service

Fix 5329642 Gallery crashes when viewing Details on certain photos
authorRay Chen <raychen@google.com>
Mon, 19 Sep 2011 06:20:18 +0000 (14:20 +0800)
committerRay Chen <raychen@google.com>
Tue, 20 Sep 2011 03:58:00 +0000 (11:58 +0800)
commit3264f438f6787adcb875b2611b5c20c0b833ec5e
tree12b91f4fa56f4b97667285e00db6760c0100b20c
parent7697fb27322de2e4b164726392a39a68e77b3fdf
Fix 5329642 Gallery crashes when viewing Details on certain photos

AddressResolvingListener (mAdapter) is not set until constructor returns, so NPE is thrown
if the resolving happens really fast. This CL uses 'this' instead of mAdapter.

Change-Id: Ifce0ea92a3eb5c794a73cf0e89a236ff3d948c18
src/com/android/gallery3d/ui/DialogDetailsView.java