mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fullscreen pages (e.g. Now) are focusable via keyboard.
am: 0fa5ada226
* commit '0fa5ada2261a29ad9be7195c8cdb8cb50bdd0742':
Fullscreen pages (e.g. Now) are focusable via keyboard.
This commit is contained in:
@@ -625,6 +625,8 @@ public class Workspace extends PagedView
|
||||
parent.removeView(customContent);
|
||||
}
|
||||
customScreen.removeAllViews();
|
||||
customContent.setFocusable(true);
|
||||
customContent.setOnKeyListener(new FullscreenKeyEventListener());
|
||||
customScreen.addViewToCellLayout(customContent, 0, 0, lp, true);
|
||||
mCustomContentDescription = description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user