projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed fragment not updating file infos on tablets the first time it is
[pub/Android/ownCloud.git]
/
src
/
eu
/
alefzero
/
owncloud
/
DisplayUtils.java
diff --git
a/src/eu/alefzero/owncloud/DisplayUtils.java
b/src/eu/alefzero/owncloud/DisplayUtils.java
index
40bcb5e
..
08afd65
100644
(file)
--- a/
src/eu/alefzero/owncloud/DisplayUtils.java
+++ b/
src/eu/alefzero/owncloud/DisplayUtils.java
@@
-35,7
+35,7
@@
public class DisplayUtils {
attachedsuff++;
\r
}
\r
result = ((int) (result * 100)) / 100.;
\r
- return result + suffixes[attachedsuff];
\r
+ return result +
" " +
suffixes[attachedsuff];
\r
}
\r
\r
public static String HtmlDecode(String s) {
\r