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

Commit 5d80f19c authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

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

parents 8cfb3f1e 98fa70c9
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 {