use single file extension

This commit is contained in:
William Faulk 2015-05-04 17:09:59 -04:00
parent eabc6cd8d4
commit 44b47e185d

View file

@ -237,7 +237,7 @@ public class ViewKeyAdvShareFragment extends LoaderFragment implements
TemporaryStorageProvider shareFileProv = new TemporaryStorageProvider();
Uri contentUri = TemporaryStorageProvider.createFile(getActivity(),
primaryUserId + Constants.FILE_EXTENSION_PGP_ALTERNATE + Constants.FILE_EXTENSION_ASC);
primaryUserId + Constants.FILE_EXTENSION_ASC);
BufferedWriter contentWriter = new BufferedWriter(new OutputStreamWriter(
new ParcelFileDescriptor.AutoCloseOutputStream(