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

Commit 5d06da83 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

am 5d80f19c: Merge "QS: Only hide grid if there is detail to show" into lmp-mr1-dev

automerge: 736695dc

* commit '736695dc':
  QS: Only hide grid if there is detail to show
parents a3497841 736695dc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -542,8 +542,11 @@ public class QSPanel extends ViewGroup {

        @Override
        public void onAnimationEnd(Animator animation) {
            // Only hide content if still in detail state.
            if (mDetailRecord != null) {
                setGridContentVisibility(false);
            }
        }
    };

    public interface Callback {