commit | 85dcef12263f3cbae05240a155e92e7cf386d58f | [log] [tgz] |
---|---|---|
author | Svetoslav <svetoslavganov@google.com> | Thu Sep 11 14:30:13 2014 -0700 |
committer | Svetoslav <svetoslavganov@google.com> | Thu Sep 11 14:30:18 2014 -0700 |
tree | 804c1e2c0841c588ca94949068668e81d71bd2f0 | |
parent | 0a11f60595a729e261b0dcfbbecca7e0ec8470ac [diff] |
Fix settings crash in print job screen. The code was looking up the print job from the print manager based on the lifecycle event of the hosting fragment. There was a case missing and the print job not initialized on rotation. This change looks up the job lazily making the code more robust. bug:17471952 Change-Id: I00075e161f69ca711bac6857f5ec00c20b5b17a0