mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
remove debug stuff
This commit is contained in:
parent
09e220eddd
commit
947b9902e5
@ -216,8 +216,7 @@ public class EncryptActivity extends DrawerActivity {
|
||||
// encrypt file based on Uri
|
||||
|
||||
// get file path from uri
|
||||
//String path = FileHelper.getPath(this, uri);
|
||||
String path = null;
|
||||
String path = FileHelper.getPath(this, uri);
|
||||
|
||||
if (path != null) {
|
||||
mInputFilename = path;
|
||||
|
Loading…
Reference in New Issue
Block a user