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

Commit d6c2e676 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Small fixes for Kotlin 2." into main

parents 821abb8a f6ca3e6a
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>())
                    }