1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Android: Fix back button sometimes not working as ESC (#14743)

This commit is contained in:
grorp
2024-06-11 22:37:57 +02:00
committed by GitHub
parent ae4cd1ebf1
commit 85878d894a
8 changed files with 7 additions and 13 deletions

View File

@@ -94,7 +94,6 @@ void KeyCache::populate()
handler->listenForKey(k);
}
handler->listenForKey(EscapeKey);
handler->listenForKey(CancelKey);
}
}