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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 045f11961..f84b7363e 100644
--- a/app/src/main/res/xml/shortcuts.xml
+++ b/app/src/main/res/xml/shortcuts.xml
@@ -8,7 +8,7 @@
android:shortcutShortLabel="@string/simple_add">
<intent
android:action="android.intent.action.VIEW"
- android:targetClass="it.niedermann.nextcloud.deck.ui.pickstack.PickStackActivity"
+ android:targetClass="it.niedermann.nextcloud.deck.ui.preparecreate.PrepareCreateActivity"
android:targetPackage="it.niedermann.nextcloud.deck" />
<categories android:name="android.shortcut.conversation" />
</shortcut>