Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 75e82e26 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé Committed by GitHub
Browse files

Merge pull request #9107 from kewisch/folder-click-err

Select correct child folder in account drawer
parents 06ab8fad 5aac9dc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ internal fun FolderListItem(
                displayFolder = displayChild,
                selected = false,
                showStarredCount = showStarredCount,
                onClick = { onClick(displayChild) },
                onClick = onClick,
                folderNameFormatter = folderNameFormatter,
                modifier = Modifier
                    .fillMaxWidth()