summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSvetoslav <svetoslavganov@google.com>2014-09-23 15:27:35 -0700
committerSvetoslav <svetoslavganov@google.com>2014-09-23 15:54:24 -0700
commit254361f136aa9461e16f11f0170fde05e83a1b92 (patch)
tree6197941267560f60d1b3c1fc17bb010a680f264c /include
parentdef101127a3ad0a65eb1c3ef53e9f41c4d6be5d2 (diff)
downloadframeworks_base-254361f136aa9461e16f11f0170fde05e83a1b92.zip
frameworks_base-254361f136aa9461e16f11f0170fde05e83a1b92.tar.gz
frameworks_base-254361f136aa9461e16f11f0170fde05e83a1b92.tar.bz2
Print spooler crash on back before first layout is complete.
If the user presses back before the remote print document update has completed we get a crash. The reason is that after the update completion we were trying to finish the activity if we are in a cancelled state but this is not needed as we aready handled the back key so we will finish. Handling finish twice was creating the problem as classes with lifecycles are not designed to be used after being finished. In particular, we were calling doFinish() twice. bug:17630561 Change-Id: If418f237a2def7c8e4a072ac8826283f4dd7fc85
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions