For #21694 - Only show the divider line in between items in the Recent Searches

upstream-sync
Gabriel Luong 3 years ago committed by mergify[bot]
parent 8c2cbb4e41
commit 5fc979090a

@ -85,7 +85,7 @@ fun RecentlyVisited(
RecentVisitItem(
recentVisit = recentVisit,
menuItems = menuItems,
showDividerLine = index < VISITS_PER_COLUMN - 1,
showDividerLine = index < items.size - 1,
onRecentVisitClick = onRecentVisitClick
)
}

Loading…
Cancel
Save