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

Unverified Commit d69c3e7b authored by Oliver Scott's avatar Oliver Scott
Browse files

fixup! SystemUI: Register content observer for clock position

Change-Id: I2ba781275a5dc290e53d77afd49377cca7bcb17d
parent 083b6429
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public class HeadsUpAppearanceControllerTest extends SysuiTestCase {
                new Clock(mContext, null),
                mFeatureFlags, mock(HeadsUpNotificationIconInteractor.class),
                Optional.empty(),
                mPhoneStatusBarView));
                mPhoneStatusBarView);

        assertEquals(expandedHeight, newController.mExpandedHeight, 0.0f);
        assertEquals(appearFraction, newController.mAppearFraction, 0.0f);