mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Merge "Don't create new nav bar layer when IME is rendering nav buttons"
This commit is contained in:
@@ -256,6 +256,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