summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/browse/MessageAttachmentTile.java
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-06-21 11:26:49 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-06-24 11:40:19 -0700
commit7434e800d4313a227120ca36bd95683752a7879f (patch)
tree987bd2fdb11b5e2cda31e3613df3f195c7ccd926 /src/com/android/mail/browse/MessageAttachmentTile.java
parent48ccbc53ef90bf6420f831f63e6243008e02a346 (diff)
downloadandroid_packages_apps_UnifiedEmail-7434e800d4313a227120ca36bd95683752a7879f.tar.gz
android_packages_apps_UnifiedEmail-7434e800d4313a227120ca36bd95683752a7879f.tar.bz2
android_packages_apps_UnifiedEmail-7434e800d4313a227120ca36bd95683752a7879f.zip
Attachments in eml files.
It's kinda slow for large eml files (because we have to parse the entire file) but it works. Hooray. Fixes b/6393073. Change-Id: I2d7a87a484cd282a000a0905fe069f3ab45e2061
Diffstat (limited to 'src/com/android/mail/browse/MessageAttachmentTile.java')
-rw-r--r--src/com/android/mail/browse/MessageAttachmentTile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/mail/browse/MessageAttachmentTile.java b/src/com/android/mail/browse/MessageAttachmentTile.java
index 7759f7f70..501189b75 100644
--- a/src/com/android/mail/browse/MessageAttachmentTile.java
+++ b/src/com/android/mail/browse/MessageAttachmentTile.java
@@ -174,7 +174,7 @@ public class MessageAttachmentTile extends AttachmentTile implements OnClickList
getContext().startActivity(intent);
} catch (ActivityNotFoundException e) {
// couldn't find activity for View intent
- LogUtils.e(LOG_TAG, "Coun't find Activity for intent", e);
+ LogUtils.e(LOG_TAG, "Couldn't find Activity for intent", e);
}
}