Fixed fragment not updating file infos on tablets the first time it is
[pub/Android/ownCloud.git] / src / eu / alefzero / owncloud / DisplayUtils.java
index 40bcb5e..08afd65 100644 (file)
@@ -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