mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 11:35:11 -05:00
3674: Displaying the final file name.
This commit is contained in:
parent
193450cd63
commit
9a0f650cd9
@ -212,7 +212,7 @@ public class AttachmentView extends FrameLayout {
|
||||
out.flush();
|
||||
out.close();
|
||||
in.close();
|
||||
attachmentSaved(filename.toString());
|
||||
attachmentSaved(file.toString());
|
||||
new MediaScannerNotifier(mContext, file);
|
||||
} catch (IOException ioe) {
|
||||
attachmentNotSaved();
|
||||
|
Loading…
Reference in New Issue
Block a user