Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2020-01-24 01:27:51 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-24 01:27:51 +0300
commitf63dd3e499c0ea34924793b3240d7c620d6ecab9 (patch)
tree7f7aa1152412ff94426e959a8d9b7fc9a357ccc3 /app/src/main/res/xml
parentb3b7dd00d654149d9cf72c4f9e7347c47033dabb (diff)
version bump to 2.7.1v2.7.1
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/shortcuts.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml
index af4ddc4d..5c8a4f81 100644
--- a/app/src/main/res/xml/shortcuts.xml
+++ b/app/src/main/res/xml/shortcuts.xml
@@ -7,7 +7,7 @@
android:shortcutShortLabel="@string/action_create"
android:shortcutLongLabel="@string/shortcut_create_long">
<intent
- android:action="android.intent.action.VIEW"
+ android:action="android.intent.action.CREATE_DOCUMENT"
android:targetPackage="it.niedermann.owncloud.notes"
android:targetClass="it.niedermann.owncloud.notes.android.activity.EditNoteActivity" />
<categories android:name="android.shortcut.conversation" />