Skip to content

Commit 253fac7

Browse files
authored
fix(CustomFolderIndent): Fix the copy and paste error (#2662)
2 parents 2d736ab + ad582bd commit 253fac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/ui/MainViewModel.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ class MainViewModel @Inject constructor(
234234
folderController
235235
.getMenuDrawerCustomFoldersAsync()
236236
.map { it.list.copyFromRealm(1u) }
237-
.map { it.toFolderUiTree(isInDefaultFolderSection = true) }
237+
.map { it.toFolderUiTree(isInDefaultFolderSection = false) }
238238
}
239239

240240
val displayedFoldersFlow = combine(defaultFoldersFlow, customFoldersFlow) { default, custom ->

0 commit comments

Comments
 (0)