universal7885: overlay: Fix xml format

Also fix build error on KeyHandler
This commit is contained in:
roynaetch2544 2022-04-03 01:35:44 +09:00
commit 1a5ab61e97
No known key found for this signature in database
GPG key ID: 50ABF73F0D19445D
2 changed files with 2 additions and 1 deletions

View file

@ -30,5 +30,6 @@ public class KeyHandler implements DeviceKeyHandler {
return event;
}
*/
return event;
}
}