Skip to content

Commit

Permalink
Merge "Fix shutter button missing in pano" into gb-ub-photos-arches
Browse files Browse the repository at this point in the history
  • Loading branch information
doris4lt authored and Android (Google) Code Review committed Nov 20, 2012
2 parents b2443ba + 45df1bd commit 43ded1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/com/android/camera/CameraActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ public void showUI() {
mControlsBackground.setVisibility(View.VISIBLE);
showSwitcher();
mShutter.setVisibility(View.VISIBLE);
// Force a layout change to show shutter button
mShutter.requestLayout();
}

public void hideSwitcher() {
Expand Down

0 comments on commit 43ded1f

Please sign in to comment.