Remove fflush when storing thumbanil to sdcard.

This commit is contained in:
Ray Chen
2009-09-25 11:46:59 -07:00
parent e7d60bfdff
commit cc96652c70

View File

@@ -215,7 +215,6 @@ public class MiniThumbFile {
r.write(data);
r.seek(pos);
r.writeByte(1); // we have data in this slot
mChannel.force(true);
}
} catch (IOException ex) {
Log.e(TAG, "couldn't save mini thumbnail data for "