aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-12-30 21:19:49 +0100
committerChristian Schneppe <christian@pix-art.de>2018-12-30 21:19:49 +0100
commit4e78a72af907ac32eccd87ebdbf6ec44a4336d36 (patch)
tree522e5198719f28c3f6d4d3a81376e9681a8c87a6 /src/main/AndroidManifest.xml
parent15451513504c1f8692b05be9e6fbc285a43b1026 (diff)
add ability to set nickname in profile
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index fcfee6479..ec4d4c154 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -241,7 +241,7 @@
<activity
android:name=".ui.MediaViewerActivity"
android:configChanges="orientation|screenSize"
- android:theme="@style/ConversationsTheme.FullScreen"></activity>
+ android:theme="@style/ConversationsTheme.FullScreen" />
<activity
android:name=".ui.TrustKeysActivity"
android:label="@string/trust_omemo_fingerprints"
@@ -263,7 +263,7 @@
android:configChanges="orientation|screenSize"
android:label="@string/title_activity_updater"
android:launchMode="singleTask"
- android:theme="@style/ConversationsTheme"></activity>
+ android:theme="@style/ConversationsTheme" />
<activity
android:name=".ui.ShortcutActivity"
android:label="@string/contact">
@@ -275,10 +275,13 @@
android:name="com.theartofdev.edmodo.cropper.CropImageActivity"
android:theme="@style/Base.Theme.AppCompat" />
<activity android:name=".ui.MemorizingActivity" />
-
<activity
android:name=".ui.MediaBrowserActivity"
android:label="@string/media_browser" />
+ <activity
+ android:name=".ui.EnterNameActivity"
+ android:label="@string/enter_your_name"
+ android:launchMode="singleTask" />
<service android:name=".services.ExportLogsService" />
<service