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:
authorStefan Niedermann <info@niedermann.it>2020-04-08 20:14:27 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-08 20:14:27 +0300
commit837f212e2a06fbe083be5a692cc6455eafd92c57 (patch)
tree45b5bec2250ad17b29293e2aa15d879effdf4f64 /app/src/main/res/xml
parent153ced811039cf9ff1efebc80eed0e2bfe051a3f (diff)
#358 Create PickStackActivity
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/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>