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

Commit 736695dc authored by Jason Monk's avatar Jason Monk Committed by Android Git Automerger
Browse files

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

* commit '5d80f19c':
  QS: Only hide grid if there is detail to show
parents 5cf65f7b 5d80f19c
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 {