Skip to content

Commit 87f761c

Browse files
committed
Add new setting to the "More" settings section visibility
1 parent 16e5cad commit 87f761c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

owncloudApp/src/main/java/com/owncloud/android/presentation/settings/more/SettingsMoreViewModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class SettingsMoreViewModel(
5353
fun shouldMoreSectionBeVisible() =
5454
isHelpEnabled() ||
5555
isSyncEnabled() ||
56+
isDocProviderAppEnabled() ||
5657
isRecommendEnabled() ||
5758
isFeedbackEnabled() ||
5859
isImprintEnabled()

0 commit comments

Comments
 (0)