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-09 10:27:30 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-09 10:27:30 +0300
commit64598961494f1168e39a18ae7086067fcd844b07 (patch)
tree4579f59d0db0c82566306ab1379c368886cf2666 /app/src/main/res/xml
parenta33e103a89d012d0f409a41db6b6247ef31bf682 (diff)
#358 Create PickStackActivity
Rename PickStackActivity to PrepareCreateActivity 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.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>