projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
OC-1508: App crashes when changing the orientation
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
utils
/
FileStorageUtils.java
diff --git
a/src/com/owncloud/android/utils/FileStorageUtils.java
b/src/com/owncloud/android/utils/FileStorageUtils.java
index
1c7acaf
..
29553c4
100644
(file)
--- a/
src/com/owncloud/android/utils/FileStorageUtils.java
+++ b/
src/com/owncloud/android/utils/FileStorageUtils.java
@@
-24,7
+24,6
@@
import android.content.Context;
import android.net.Uri;
import android.os.Environment;
import android.os.StatFs;
import android.net.Uri;
import android.os.Environment;
import android.os.StatFs;
-import android.util.Log;
import com.owncloud.android.R;
import com.owncloud.android.datamodel.OCFile;
import com.owncloud.android.R;
import com.owncloud.android.datamodel.OCFile;
@@
-75,4
+74,5
@@
public class FileStorageUtils {
String value = uploadPath + OCFile.PATH_SEPARATOR + (fileName == null ? "" : fileName);
return value;
}
String value = uploadPath + OCFile.PATH_SEPARATOR + (fileName == null ? "" : fileName);
return value;
}
+
}
\ No newline at end of file
}
\ No newline at end of file