OSDN Git Service

Sanity check while updating volume in MediaRouteChooserDialog
authorAdam Powell <adamp@google.com>
Sat, 23 Jun 2012 03:41:31 +0000 (20:41 -0700)
committerAdam Powell <adamp@google.com>
Sat, 23 Jun 2012 03:41:31 +0000 (20:41 -0700)
commit1b4ea7eff50545f4673ca01b664e5edccc784688
tree45abac26aca048826cc9e4b2d1e71912b26d72c3
parentfd3fd482ab6ab67b687696f51fa67714bd36fa49
Sanity check while updating volume in MediaRouteChooserDialog

Bug 6720224

When a window dies it's possible to receive a lingering ACTION_CANCEL
event to the SeekBar for volume. Be sure that we don't try to mess
with something that's already gone by that point.

Change-Id: I4f6119718fc21204d9013d591bc984b785b698b4
core/java/com/android/internal/app/MediaRouteChooserDialogFragment.java