mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
invalidate itemDecoration on predictedRow focus draw
Change-Id: I66c731f00ae1c1292c51ff281957f05fd2d70dfa
This commit is contained in:
@@ -200,7 +200,7 @@ public class FloatingHeaderView extends LinearLayout implements
|
||||
public View getFocusedChild() {
|
||||
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) {
|
||||
for (FloatingHeaderRow row : mAllRows) {
|
||||
if (row.hasVisibleContent()) {
|
||||
if (row.hasVisibleContent() && row.shouldDraw()) {
|
||||
return row.getFocusedChild();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user