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

Commit c1e17c43 authored by Kshitij's avatar Kshitij Committed by Nishith Khanna
Browse files

fix!: Resolve getWriter args in BaseLauncherBinder

parent 5deef349
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ public class BaseLauncherBinder {
            }

            ModelWriter writer = mApp.getModel()
                    .getWriter(false /* hasVerticalHotseat */, false /* verifyChanges */, CellPosMapper.DEFAULT, null);
                    .getWriter(mApp.getInvariantDeviceProfile().getDeviceProfile(mApp.getContext()).isVerticalBarLayout(), false /* verifyChanges */, CellPosMapper.DEFAULT, null);
            List<Pair<ItemInfo, View>> bindItems = items.stream().map(i ->
                    Pair.create(i, inflater.inflateItem(i, writer, null))).toList();
            executeCallbacksTask(c -> c.bindInflatedItems(bindItems), executor);