3674: Displaying the final file name.
This commit is contained in:
parent
193450cd63
commit
9a0f650cd9
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public class AttachmentView extends FrameLayout {
|
||||||
out.flush();
|
out.flush();
|
||||||
out.close();
|
out.close();
|
||||||
in.close();
|
in.close();
|
||||||
attachmentSaved(filename.toString());
|
attachmentSaved(file.toString());
|
||||||
new MediaScannerNotifier(mContext, file);
|
new MediaScannerNotifier(mContext, file);
|
||||||
} catch (IOException ioe) {
|
} catch (IOException ioe) {
|
||||||
attachmentNotSaved();
|
attachmentNotSaved();
|
||||||
|
|
Loading…
Reference in a new issue