fix merging of work profiles

This commit is contained in:
leekleak 2025-02-25 16:46:07 +02:00
parent 594a7303d3
commit 1662024a0d

View File

@ -54,7 +54,7 @@ fun LazyListScope.AppResults(
GridResults(
key = "apps",
items = apps,
items = apps.filter { it.user == profiles[selectedProfileIndex].userHandle },
before = if (profiles.size > 1) {
{
Column(