mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Clone mInsets when copying DeviceProfile to taskbar
- Set mInsets with windowBounds.insets when initialized, and set windowBounds.insets when cloning DeviceProfile - Added more bottom sheet / all apps in DeviceProfile dump - Also dump taskbar's device profile in dumpsys Fix: 226968237 Test: Taskbar AllApps should have correct top padding Test: adb shell dumpsys activity com.google.android.apps.nexuslauncher Test: adb shell dumpsys activity service com.google.android.apps.nexuslauncher/com.android.quickstep.TouchInteractionService Change-Id: I7739c699fb16544b92dc820354a643f745694c25
This commit is contained in:
@@ -785,5 +785,6 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
|
||||
pw.println(String.format(
|
||||
"%s\tmBindInProgress=%b", prefix, mBindingItems));
|
||||
mControllers.dumpLogs(prefix + "\t", pw);
|
||||
mDeviceProfile.dump(prefix, pw);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user