Fix bug: - 去掉多余跳转

This commit is contained in:
renhaoting 2026-01-07 19:36:07 +08:00
parent 9a7eb9f1ec
commit 387adc3343
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
private fun gotoNotification() {
PermissionUtil.checkPermission(Manifest.permission.POST_NOTIFICATIONS, object : PermissionUtil.ICallback() {
override fun onAllGranted() {
AndroidUtil.openAppNotifySettings()
}
override fun onPartialGranted() {