mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Fix default visibility of recently modified
Should be visible unless setup.xml disables is (which it does by default) Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
c45dd9f5ff
commit
1a735f1840
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
android:icon="@drawable/nav_recently"
|
||||
android:orderInCategory="0"
|
||||
android:title="@string/drawer_item_recently_modified"
|
||||
android:visible="false"/>
|
||||
android:visible="true"/>
|
||||
<item
|
||||
android:orderInCategory="0"
|
||||
android:id="@+id/nav_notifications"
|
||||
|
|
Loading…
Reference in a new issue