Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 591974bc authored by Doris Liu's avatar Doris Liu Committed by Android (Google) Code Review
Browse files

Merge "Show panoViewer icon after "Back" from viewer" into gb-ub-photos-arches

parents b6d49492 c4384338
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -116,10 +116,11 @@ 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);
            }
        }
        // Force a layout change
        mContainer.requestLayout(); // Kick framework to draw the control.
    }

    public void cleanup() {