From 3e3b7b77b6793c69628622b758eca433292e2761 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Wed, 10 Jun 2015 12:48:20 +0200 Subject: [PATCH] Fix crash when attempting to view EML files. Use the correct, AppCompat based, theme. Change-Id: Ib8e72f781a69cadb738a5783371253b8bba328e7 --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 383b77752..dedd6c5fe 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -81,7 +81,7 @@ android:icon="@mipmap/ic_launcher_mail" android:label="@string/app_name" android:requiredAccountType="com.android.exchange,com.android.email.imap,com.android.email.pop3,com.android.email.legacy.imap" - android:theme="@style/UnifiedEmailTheme" + android:theme="@style/UnifiedEmailTheme.Appcompat" android:hardwareAccelerated="true" android:allowBackup="false" android:supportsRtl="true" @@ -361,7 +361,7 @@ + android:theme="@style/UnifiedEmailTheme.Appcompat" >