aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index b05b31976..be3311ebf 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -230,7 +230,7 @@
</activity>
<activity
android:name=".ui.ShowFullscreenMessageActivity"
- android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+ android:theme="@style/ConversationsTheme.NoActionBar.FullScreen"
android:configChanges="orientation|screenSize">
</activity>
<activity
@@ -238,9 +238,9 @@
android:label="@string/trust_omemo_fingerprints"
android:windowSoftInputMode="stateAlwaysHidden" />
<activity
- android:name="de.duenndns.ssl.MemorizingActivity"
- android:theme="@style/ConversationsTheme"
- tools:replace="android:theme" />
+ android:name="de.duenndns.ssl.MemorizingActivity" />
+ <!--android:theme="@style/ConversationsTheme"-->
+ <!--tools:replace="android:theme" />-->
<activity
android:name=".ui.AboutActivity"
android:label="@string/title_activity_about"