Skip to content

Commit

Permalink
feat: not showing space header in "Av. offline" tab
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Jan 7, 2025
1 parent 7a48335 commit 1f42c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ class MainFileListFragment : Fragment(),

binding.spaceHeader.root.apply {
if ((fileListUiState.space?.isProject == true || (fileListUiState.space?.isPersonal == true && isMultiPersonal)) &&
fileListUiState.folderToDisplay?.remotePath == ROOT_PATH) {
fileListUiState.folderToDisplay?.remotePath == ROOT_PATH && fileListUiState.fileListOption != FileListOption.AV_OFFLINE) {
isVisible = true
animate().translationY(0f).duration = 100
} else {
Expand Down

0 comments on commit 1f42c4d

Please sign in to comment.