Skip to content

Commit

Permalink
live quit bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haha459862 committed Jul 7, 2022
1 parent ab18039 commit fba92e9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ else if (tvRightSettingLayout.getVisibility() == View.VISIBLE) {
mHandler.post(mHideSettingLayoutRun);
}
else {
mHandler.removeCallbacks(mConnectTimeoutChangeSourceRun);
mHandler.removeCallbacks(mUpdateNetSpeedRun);
super.onBackPressed();
}
}
Expand Down

0 comments on commit fba92e9

Please sign in to comment.