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

Commit c3712662 authored by Jason Chiu's avatar Jason Chiu
Browse files

Update the deprecated Slice APIs to the new ones

Fixes: 131880868
Test: build, visual, robotest
Change-Id: I2cbb8fe131ebb284dabc5a5d65e70db254691688
parent ccfd708b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -74,10 +74,10 @@ class SliceFullCardRendererHelper {
                });

        // Customize slice view for Settings
        cardHolder.sliceView.showTitleItems(true);
        cardHolder.sliceView.setShowTitleItems(true);
        if (card.isLargeCard()) {
            cardHolder.sliceView.showHeaderDivider(true);
            cardHolder.sliceView.showActionDividers(true);
            cardHolder.sliceView.setShowHeaderDivider(true);
            cardHolder.sliceView.setShowActionDividers(true);
        }
    }