Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7ab5849 authored by Jon Miranda's avatar Jon Miranda Committed by Android (Google) Code Review
Browse files

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

parents ec6c2591 4d74ad3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        }