am cc96652c: Remove fflush when storing thumbanil to sdcard.

Merge commit 'cc96652c7049569c1bc7b1f93ba454a7cb891fd8' into eclair-plus-aosp

* commit 'cc96652c7049569c1bc7b1f93ba454a7cb891fd8':
  Remove fflush when storing thumbanil to sdcard.
This commit is contained in:
Ray Chen
2009-09-27 14:03:32 -07:00
committed by Android Git Automerger

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 "