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

Commit 8eefbc41 authored by Alex Florescu's avatar Alex Florescu Committed by Automerger Merge Worker
Browse files

Merge "Fix test failure" into sc-v2-dev am: c26e0802 am: 5191a90b

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

Change-Id: I17be320c3a2be0b5ccc40d4cad77fe800fcbbabf
parents 879afa66 5191a90b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ class KeyguardMediaControllerTest : SysuiTestCase() {
        whenever(notificationLockscreenUserManager.shouldShowLockscreenNotifications())
                .thenReturn(true)
        whenever(mediaHost.hostView).thenReturn(hostView)

        hostView.layoutParams = FrameLayout.LayoutParams(100, 100)
        keyguardMediaController = KeyguardMediaController(
            mediaHost,
            bypassController,