fix merging of work profiles
This commit is contained in:
parent
594a7303d3
commit
1662024a0d
@ -54,7 +54,7 @@ fun LazyListScope.AppResults(
|
|||||||
|
|
||||||
GridResults(
|
GridResults(
|
||||||
key = "apps",
|
key = "apps",
|
||||||
items = apps,
|
items = apps.filter { it.user == profiles[selectedProfileIndex].userHandle },
|
||||||
before = if (profiles.size > 1) {
|
before = if (profiles.size > 1) {
|
||||||
{
|
{
|
||||||
Column(
|
Column(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user