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/shortcuts.xml')
-rw-r--r--app/src/main/res/xml/shortcuts.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml
index ab23766db..c37b1d3cd 100644
--- a/app/src/main/res/xml/shortcuts.xml
+++ b/app/src/main/res/xml/shortcuts.xml
@@ -9,10 +9,7 @@
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="it.niedermann.nextcloud.deck"
- android:targetClass="it.niedermann.nextcloud.deck.ui.card.EditActivity">
- <extra android:name="localId" android:value="-1" />
- <extra android:name="boardId" android:value="-1" />
- <extra android:name="stackId" android:value="-1" />
+ android:targetClass="it.niedermann.nextcloud.deck.ui.pickstack.PickStackActivity">
</intent>
<categories android:name="android.shortcut.conversation" />
</shortcut>