fix merging of work profiles
This commit is contained in:
parent
594a7303d3
commit
1662024a0d
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user