mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:28:10 +00:00
Loading task tiles on accessibility scrolling
Bug: 79749339 Change-Id: I5bd2652c0fca08ddd5e366415411b9b99caa71fb Testing: Manual
This commit is contained in:
@@ -1228,6 +1228,7 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
|
||||
if (currChild != null) {
|
||||
currChild.sendAccessibilityEvent(AccessibilityEvent.TYPE_VIEW_FOCUSED);
|
||||
}
|
||||
loadVisibleTaskData();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user