guide 点击事件处理+1

This commit is contained in:
renhaoting 2025-12-16 16:47:53 +08:00
parent 21ace7f399
commit c1070ab095
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
}
.setOnDismissCallback {
gotoWithDraw()
}
.interceptBackPressed(true)
.show()