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

Commit 4d74ad3c authored by Jon Miranda's avatar Jon Miranda
Browse files

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