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>2019-05-08 19:20:54 +0300
committerstefan-niedermann <info@niedermann.it>2019-05-08 19:20:54 +0300
commit591db5548ccba46ef099d33b107c7988ec4a6a15 (patch)
treeeb1a56cfad3fe741b1f3c1cc30f119e2276f2f3a /app/src/main/AndroidManifest.xml
parented7a86d562d96a435c32bcf4b9cc9a2f2ea40a4d (diff)
Try to catch "Shutting down VM"
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index dfc9ae8c9..ff325de8f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -51,9 +51,7 @@
<activity
android:name=".ui.exception.ExceptionActivity"
- android:label="@string/about"
- android:theme="@style/AppTheme"
- android:parentActivityName="it.niedermann.nextcloud.deck.ui.MainActivity" />
+ android:process=":error_activity" />
</application>