commit | 2c1b177dcfbf140eb1409c646eefb8b0507fa534 | [log] [tgz] |
---|---|---|
author | Svetoslav <svetoslavganov@google.com> | Fri Dec 20 17:10:25 2013 -0800 |
committer | Svetoslav <svetoslavganov@google.com> | Fri Dec 20 17:10:49 2013 -0800 |
tree | b5d20045710e35f088dea8eb730ff41ae1aa6cf9 | |
parent | 1971963fbe33afc8a3ae0841c72621cd5c4f4a56 [diff] |
Sometimes write may be called twice in a row for the same content. In a rare case it is possible that on write of a print document adapter is called twice for the same pages with nothing being changed. This happens if while doing a write we get an update request which correctly avoids calling layout on the adapter but does call on write as we ignore that we are waining for the requested pages to be written. Fun. Change-Id: I33d7d26c7c4b083dc7b66bf762697b6dafd1ccc4