Skip to content

Commit d6fb666

Browse files
Merge pull request #11971 from nextcloud/backport/11942/stable-3.26
[stable-3.26] Fix default state of 'Show app switcher' toggle
2 parents df5dc3e + 2ae150d commit d6fb666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/xml/preferences.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
android:title="@string/prefs_show_hidden_files"
5454
android:key="show_hidden_files"/>
5555
<com.owncloud.android.ui.ThemeableSwitchPreference
56+
android:defaultValue="true"
5657
android:title="@string/prefs_show_ecosystem_apps"
5758
android:key="show_ecosystem_apps"
5859
android:summary="@string/prefs_show_ecosystem_apps_summary"/>

0 commit comments

Comments
 (0)