Skip to content

Commit fba92e9

Browse files
committed
live quit bug fix
1 parent ab18039 commit fba92e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/github/tvbox/osc/ui/activity/LivePlayActivity.java

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ else if (tvRightSettingLayout.getVisibility() == View.VISIBLE) {
130130
mHandler.post(mHideSettingLayoutRun);
131131
}
132132
else {
133+
mHandler.removeCallbacks(mConnectTimeoutChangeSourceRun);
134+
mHandler.removeCallbacks(mUpdateNetSpeedRun);
133135
super.onBackPressed();
134136
}
135137
}

0 commit comments

Comments
 (0)