Skip to content

Commit

Permalink
Fix ktLint
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Jun 2, 2024
1 parent cc28db0 commit 987b528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ class FileDisplayActivity : FileActivity(),
FileListOption.ALL_FILES -> getString(R.string.default_display_name_for_root_folder)
FileListOption.SPACES_LIST -> getString(R.string.bottom_nav_spaces)
}
setupRootToolbar(title , isSearchEnabled = fileListOption != FileListOption.SPACES_LIST)
setupRootToolbar(title, isSearchEnabled = fileListOption != FileListOption.SPACES_LIST)
mainFileListFragment?.setSearchListener(findViewById(R.id.root_toolbar_search_view))
} else if (space?.isProject == true && chosenFile.remotePath == OCFile.ROOT_PATH) {
updateStandardToolbar(title = space.name, displayHomeAsUpEnabled = true, homeButtonEnabled = true)
Expand Down

0 comments on commit 987b528

Please sign in to comment.