we import so we don't need to qualify

This commit is contained in:
Jesse Vincent 2010-12-28 09:08:40 +00:00
parent 85a7a08e9a
commit 3ffa28fa02
1 changed files with 2 additions and 2 deletions

View File

@ -2177,8 +2177,8 @@ public class MessageView extends K9Activity implements OnClickListener
{ {
try try
{ {
File file = Utility.createUniqueFile(Environment.getExternalStorageDirectory(), File file = createUniqueFile(Environment.getExternalStorageDirectory(),
attachment.name); attachment.name);
Uri uri = AttachmentProvider.getAttachmentUri( Uri uri = AttachmentProvider.getAttachmentUri(
mAccount, mAccount,
attachment.part.getAttachmentId()); attachment.part.getAttachmentId());