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

Commit ff5c7067 authored by Kshitij's avatar Kshitij Committed by Mohammed Althaf T
Browse files

fix!: Resolve getWriter args in BaseLauncherBinder

parent 639650a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@ public class BaseLauncherBinder {
            }

            ModelWriter writer = mModel.getWriter(
                    false /* hasVerticalHotseat */, false /* verifyChanges */, CellPosMapper.DEFAULT, null);
                    mIDP.getDeviceProfile(mContext).isVerticalBarLayout(), false /* verifyChanges */, CellPosMapper.DEFAULT, null);
            List<Pair<ItemInfo, View>> bindItems = items.stream()
                    .map(i -> Pair.create(i, inflater.inflateItem(i, writer, null)))
                    .collect(Collectors.toList());