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

Commit ac6a6b6b authored by Vadim Tryshev's avatar Vadim Tryshev
Browse files

Removing "Page X of Y" announcement from task list

Per accessibility experts request.

Bug: 77549770
Test: Manual
Change-Id: I351527e00e89b1c3e55a3ae4279ac962cd637a13
parent fe48b7a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -950,4 +950,9 @@ public abstract class RecentsView<T extends BaseActivity>
        super.notifyPageSwitchListener(prevPage);
        getChildAt(mCurrentPage).sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_FOCUSED);
    }

    @Override
    protected String getCurrentPageDescription() {
        return "";
    }
}