We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8370a11 commit bd04493Copy full SHA for bd04493
android/src/main/java/com/netease/im/FileCacheUtil.java
@@ -79,7 +79,7 @@ public void onGetStatsCompleted(PackageStats pStats, boolean succeeded) throws R
79
result += pStats.externalCacheSize;
80
// LogUtil.i(TAG, "result" + ":" + FileUtil.formatFileSize(result));
81
if (observer != null) {
82
- observer.onGetCacheSize(FileUtil.formatFileSize(result));
+ observer.onGetCacheSize(Long.toString(result / (1024 * 1024)));
83
}
84
85
});
0 commit comments