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

Commit e7de3b2c authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Mergin motorola patch to avoind 0 id for all apps button

issue: 15518514
Change-Id: I74a16600658f9299131cfbef7ad7a49ac25b12e7
parent e8a30577
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class Hotseat extends FrameLayout {
            int y = getCellYFromOrder(mAllAppsButtonRank);
            CellLayout.LayoutParams lp = new CellLayout.LayoutParams(x,y,1,1);
            lp.canReorder = false;
            mContent.addViewToCellLayout(allAppsButton, -1, 0, lp, true);
            mContent.addViewToCellLayout(allAppsButton, -1, allAppsButton.getId(), lp, true);
        }
    }