diff options
author | Yorke Lee <yorkelee@google.com> | 2014-12-23 11:30:31 -0800 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-12-23 11:34:30 -0800 |
commit | 56e15541106a28a1cf03088a6cef7dab9dc3a8c3 (patch) | |
tree | 61de07f6a863c228f9fa02b3e04595e284a268bc /tests | |
parent | fa584b69a579523c9df0e7ec1ea7748587821014 (diff) |
Fix for clear call log dialog not being dismissed
This CL fixes a bug that could result in the progress dialog
that appears when clearing call logs to never be dismissed.
The cause of this bug is a race condition that causes
the original dialog fragment to be detached from the parent activity
before the progress dialog is dismissed.
If that happens, the progress dialog is never dismissed and stays
on screen forever. This CL fixes this by assigning the activity to
the dialog explicitly and retrieving it when trying to dismiss it.
Bug: 18836384
Change-Id: I5f8941e13dc7eb962b23e828cf47bc64f2b1a2aa
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions