mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 18:36:49 +00:00
Set contentDescription on caret
Change-Id: I1f66b96b3f94649d85857b0107144bb4070ef448
This commit is contained in:
@@ -158,6 +158,11 @@ public class PageIndicatorLineCaret extends PageIndicator {
|
||||
mLinePaint);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setContentDescription(CharSequence contentDescription) {
|
||||
mAllAppsHandle.setContentDescription(contentDescription);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setScroll(int currentScroll, int totalScroll) {
|
||||
if (getAlpha() == 0) {
|
||||
|
||||
Reference in New Issue
Block a user