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

Commit fdfe1a6b authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Remove logspew."

parents 32b1dd26 91fb28ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -648,7 +648,6 @@ public class TabletStatusBarService extends StatusBarService {
                    if (mVT == null) break;
                    mVT.addMovement(event);
                    mVT.computeCurrentVelocity(1000);
                    Slog.d("ClockTouchListener", "dy=" + mVT.getYVelocity());
                    if (mVT.getYVelocity() < -200 && mSystemPanel.getVisibility() == View.GONE) {
                        mHandler.removeMessages(MSG_OPEN_SYSTEM_PANEL);
                        mHandler.sendEmptyMessage(MSG_OPEN_SYSTEM_PANEL);