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

Commit de56089e authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Smartspace location fix" into sc-dev

parents a39cdd12 b9ec4a71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public class KeyguardClockSwitch extends RelativeLayout {
            if (indexOfChild(in) == -1) addView(in);
            direction = -1;
            smartspaceYTranslation = mSmartspaceView == null ? 0
                    : mClockFrame.getY() - mSmartspaceView.getY();
                    : mClockFrame.getTop() - mSmartspaceView.getTop();
        } else {
            in = mClockFrame;
            out = mLargeClockFrame;