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

Commit c3bac3f4 authored by David Padlipsky's avatar David Padlipsky Committed by Android (Google) Code Review
Browse files

Merge "Fix presubmit due to extra semicolon" into main

parents 9fdc5f0a 341fc521
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ class InputManagerServiceTests {
    fun testKeyActivenessNotifyEventsLifecycle() {
        service.systemRunning()

        fakePermissionEnforcer.grant(android.Manifest.permission.LISTEN_FOR_KEY_ACTIVITY);
        fakePermissionEnforcer.grant(android.Manifest.permission.LISTEN_FOR_KEY_ACTIVITY)

        val inputManager = context.getSystemService(InputManager::class.java)