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

Commit b3c4de85 authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Smartspace location fix" into sc-dev am: de56089e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14805272

Change-Id: I59374097c5a5dadd2a903f564579823f9ca33212
parents d560612a de56089e
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;