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

Commit cd82352e authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 097077ab: QuickSettings: Guard against bad input to handleShowDetail.

* commit '097077ab4b58b2232dd38fa37fbc033521338045':
  QuickSettings: Guard against bad input to handleShowDetail.
parents 34a3f2e0 9dcfe061
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -152,6 +152,7 @@ public class QSPanel extends ViewGroup {
    }

    private void handleShowDetail(TileRecord r, boolean show) {
        if (r == null) return;
        AnimatorListener listener = null;
        if (show) {
            if (mDetailRecord != null) return;