Skip to content

Commit

Permalink
Merge pull request #154 from haha459862/main
Browse files Browse the repository at this point in the history
修复退出直播闪退
  • Loading branch information
lite-cucumber committed Jul 7, 2022
2 parents ab18039 + fba92e9 commit 9f31b69
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 9f31b69

Please sign in to comment.