mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Don't create new nav bar layer when IME is rendering nav buttons
Test: Edit folder name in taskbar, ensure we don't create a new window Fixes: 214571910 Change-Id: I9a1385dbed2df7a4ee141485c8bbfb521457d853
This commit is contained in:
@@ -240,6 +240,10 @@ public class TaskbarActivityContext extends ContextThemeWrapper implements Activ
|
||||
return mNavMode == Mode.THREE_BUTTONS;
|
||||
}
|
||||
|
||||
public boolean isGestureNav() {
|
||||
return mNavMode == Mode.NO_BUTTON;
|
||||
}
|
||||
|
||||
public int getLeftCornerRadius() {
|
||||
return mLeftCorner == null ? 0 : mLeftCorner.getRadius();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user