Merge "Fix transient taskbar icon size in two panel portrait DeviceProfile" into tm-qpr-dev

This commit is contained in:
Jon Miranda 2023-03-28 15:56:49 +00:00 committed by Android (Google) Code Review
commit e7ab5849d7
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}