mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
we import so we don't need to qualify
This commit is contained in:
parent
85a7a08e9a
commit
3ffa28fa02
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user