Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Apr 1, 2019
1 parent b3592f8 commit fa4c475
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,14 @@ protected void changeUiToError() {
updateStartImage();
}

@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
dismissVolumeDialog();
dismissBrightnessDialog();

}

/**
* 触摸进度dialog的layoutId
* 继承后重写可返回自定义
Expand Down

0 comments on commit fa4c475

Please sign in to comment.