1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 15:11:03 +00:00
This commit is contained in:
M66B 2022-01-12 17:02:06 +01:00
parent 18acd78c68
commit 9564ed0e9b

View file

@ -392,7 +392,6 @@ public class FragmentContacts extends FragmentBase {
if (uri == null)
throw new FileNotFoundException();
String password = args.getString("password");
EntityLog.log(context, "Exporting " + uri);
if (!"content".equals(uri.getScheme())) {