mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Have Taskbar report left/right gesture insets
Fixes: 231648761 Test: output from adb shell dumpsys activity service TouchInteractionService, specifically TaskbarInsetsController Change-Id: I8ed7fefb482bd4f73d2b2026ccb4ac369b6321ab
This commit is contained in:
committed by
Winson Chung
parent
f5f3a80959
commit
fc97f74e82
@@ -1061,6 +1061,12 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
mWindowManager.updateViewLayout(mDragLayer, mWindowLayoutParams);
|
||||
}
|
||||
|
||||
void notifyUpdateLayoutParams() {
|
||||
if (mDragLayer.isAttachedToWindow()) {
|
||||
mWindowManager.updateViewLayout(mDragLayer, mWindowLayoutParams);
|
||||
}
|
||||
}
|
||||
|
||||
public void showPopupMenuForIcon(BubbleTextView btv) {
|
||||
setTaskbarWindowFullscreen(true);
|
||||
btv.post(() -> mControllers.taskbarPopupController.showForIcon(btv));
|
||||
|
||||
Reference in New Issue
Block a user