mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-11 20:15:03 -05:00
typo
This commit is contained in:
parent
5b5b35b902
commit
b8f04b8a4f
@ -235,7 +235,7 @@ public class AttachmentProvider extends ContentProvider {
|
||||
final Account account = Preferences.getPreferences(getContext()).getAccount(dbName);
|
||||
attachmentInfo = LocalStore.getLocalInstance(account, K9.app).getAttachmentInfo(id);
|
||||
} catch (MessagingException e) {
|
||||
Log.e(K9.LOG_TAG, "Uname to retrieve attachment info from local store for ID: " + id, e);
|
||||
Log.e(K9.LOG_TAG, "Unable to retrieve attachment info from local store for ID: " + id, e);
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user