guide 点击事件处理+1
This commit is contained in:
parent
21ace7f399
commit
c1070ab095
|
|
@ -465,7 +465,7 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
|
||||||
|
|
||||||
}
|
}
|
||||||
.setOnDismissCallback {
|
.setOnDismissCallback {
|
||||||
|
gotoWithDraw()
|
||||||
}
|
}
|
||||||
.interceptBackPressed(true)
|
.interceptBackPressed(true)
|
||||||
.show()
|
.show()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue