summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2012-10-23 10:26:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-23 10:26:50 -0700
commit24af89b96e824e4a5f9053c2024f507087117c22 (patch)
tree9e82a63fda9fa6a9a03f04d7e5f46f8ef4affd1f /src
parent7c08064bc790dff6ab9da24d8aa07a96c9185b6a (diff)
parenta11d5c16384cbe2445966af5d7cb0f9d1d66cf17 (diff)
downloadandroid_packages_apps_Gallery2-24af89b96e824e4a5f9053c2024f507087117c22.tar.gz
android_packages_apps_Gallery2-24af89b96e824e4a5f9053c2024f507087117c22.tar.bz2
android_packages_apps_Gallery2-24af89b96e824e4a5f9053c2024f507087117c22.zip
Merge "Ensure photo sphere icon shows for panoramas." into gb-ub-photos-arches
Diffstat (limited to 'src')
-rw-r--r--src/com/android/gallery3d/app/PhotoPageBottomControls.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/gallery3d/app/PhotoPageBottomControls.java b/src/com/android/gallery3d/app/PhotoPageBottomControls.java
index f416fe52f..415111fb9 100644
--- a/src/com/android/gallery3d/app/PhotoPageBottomControls.java
+++ b/src/com/android/gallery3d/app/PhotoPageBottomControls.java
@@ -116,6 +116,7 @@ public class PhotoPageBottomControls implements OnClickListener {
control.startAnimation(getControlAnimForVisibility(curVisibility));
}
control.setVisibility(curVisibility ? View.VISIBLE : View.INVISIBLE);
+ control.requestLayout(); // Kick framework to draw the control.
mControlsVisible.put(control, curVisibility);
}
}