remove debug stuff
This commit is contained in:
@@ -216,8 +216,7 @@ public class EncryptActivity extends DrawerActivity {
|
|||||||
// encrypt file based on Uri
|
// encrypt file based on Uri
|
||||||
|
|
||||||
// get file path from uri
|
// get file path from uri
|
||||||
//String path = FileHelper.getPath(this, uri);
|
String path = FileHelper.getPath(this, uri);
|
||||||
String path = null;
|
|
||||||
|
|
||||||
if (path != null) {
|
if (path != null) {
|
||||||
mInputFilename = path;
|
mInputFilename = path;
|
||||||
|
|||||||
Reference in New Issue
Block a user