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

Commit bdaaa678 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Nishith Khanna
Browse files

fix(worksspace): Fix Indicators not updating

parent 1fa02cc7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1145,6 +1145,8 @@ public class Workspace<T extends View & PageIndicator> extends PagedView<T>
        if (pageShift >= 0) {
            setCurrentPage(currentPage - pageShift);
        }
        // Update the page indicator to reflect the removed page.
        showPageIndicatorAtCurrentScroll();
    }

    /**
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ public class BgDataModel {
        }
        if (FeatureFlags.QSB_ON_FIRST_SCREEN.get() || screenSet.isEmpty()) {
            screenSet.add(Workspace.FIRST_SCREEN_ID);
            screenSet.add(Workspace.SECOND_SCREEN_ID);
        }
        return screenSet.getArray();
    }