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

Commit 6b3d1613 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Small fixes for Kotlin 2." into main am: d6c2e676

parents 1c015645 d6c2e676
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ class MediaProjectionChipInteractorTest : SysuiTestCase() {
                        if (
                            (it.arguments[0] as Intent).`package` == CAST_TO_OTHER_DEVICES_PACKAGE
                        ) {
                            emptyList()
                            emptyList<ResolveInfo>()
                        } else {
                            listOf(mock<ResolveInfo>())
                        }
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class CastDeviceTest : SysuiTestCase() {
            doAnswer {
                    // See Utils.isHeadlessRemoteDisplayProvider
                    if ((it.arguments[0] as Intent).`package` == HEADLESS_REMOTE_PACKAGE) {
                        emptyList()
                        emptyList<ResolveInfo>()
                    } else {
                        listOf(mock<ResolveInfo>())
                    }