From 4d74ad3c31d107100efb1216a132f7b83e700d92 Mon Sep 17 00:00:00 2001 From: Jon Miranda Date: Mon, 27 Mar 2023 16:31:11 -0700 Subject: [PATCH] Fix transient taskbar icon size in two panel portrait DeviceProfile Fixes: 275269031 Test: use two panel device verify taskbar icon size in portrait verify taskbar icon size in landscape rotate between the two orientation Change-Id: I21ae4aee90c3aa54615d8d0881acb40d8b4f351f --- src/com/android/launcher3/InvariantDeviceProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/InvariantDeviceProfile.java b/src/com/android/launcher3/InvariantDeviceProfile.java index 47396a530f..0c19e4bab1 100644 --- a/src/com/android/launcher3/InvariantDeviceProfile.java +++ b/src/com/android/launcher3/InvariantDeviceProfile.java @@ -1144,7 +1144,7 @@ public class InvariantDeviceProfile { transientTaskbarIconSize[INDEX_DEFAULT]); transientTaskbarIconSize[INDEX_TWO_PANEL_PORTRAIT] = a.getFloat( R.styleable.ProfileDisplayOption_transientTaskbarIconSizeTwoPanelPortrait, - hotseatQsbSpace[INDEX_DEFAULT]); + transientTaskbarIconSize[INDEX_DEFAULT]); a.recycle(); }