Skip to content

Commit

Permalink
fix: throttle actionLog
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jan 28, 2025
1 parent 4d6c50c commit 7277de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/li/songe/gkd/ui/ActionLogPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ private fun ActionLogDialog(
) {
ItemText(
text = "查看规则组",
onClick = throttle {
onClick = {
onDismissRequest()
if (actionLog.groupType == SubsConfig.AppGroupType) {
navController
Expand Down

0 comments on commit 7277de7

Please sign in to comment.