We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab18039 commit fba92e9Copy full SHA for fba92e9
app/src/main/java/com/github/tvbox/osc/ui/activity/LivePlayActivity.java
@@ -130,6 +130,8 @@ else if (tvRightSettingLayout.getVisibility() == View.VISIBLE) {
130
mHandler.post(mHideSettingLayoutRun);
131
}
132
else {
133
+ mHandler.removeCallbacks(mConnectTimeoutChangeSourceRun);
134
+ mHandler.removeCallbacks(mUpdateNetSpeedRun);
135
super.onBackPressed();
136
137
0 commit comments