mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Restore divider between app predictions and apps
Screenshot: https://screenshot.googleplex.com/89jJLU3JXV8tRXM Bug: 180017741 Test: Manual Change-Id: Iab1764fe94340f120770054cf5a59bd3ed9e45a4
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() && row.shouldDraw()) {
|
||||
if (row.hasVisibleContent() && row.isVisible()) {
|
||||
return row.getFocusedChild();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user