Skip to content

Comments

fix tapActivity being called twice#1441

Merged
freekmurze merged 2 commits intomainfrom
fix/tap-activity-called-once
Jan 31, 2026
Merged

fix tapActivity being called twice#1441
freekmurze merged 2 commits intomainfrom
fix/tap-activity-called-once

Conversation

@freekmurze
Copy link
Member

Summary

  • Fixed issue where tapActivity was being called twice - once from LogsActivity trait and once from ActivityLogger::log()
  • Since log() already handles calling tapActivity when a subject is set, the duplicate call in LogsActivity was removed
  • Added test to verify tapActivity is only called once

Fixes #1440

🤖 Generated with Claude Code

freekmurze and others added 2 commits January 31, 2026 16:23
The tapActivity method was being called both in LogsActivity trait and
in ActivityLogger::log(). Since log() already handles calling tapActivity
when a subject is set, the duplicate call in LogsActivity is removed.

Fixes #1440

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@freekmurze freekmurze merged commit cd7c458 into main Jan 31, 2026
@freekmurze freekmurze deleted the fix/tap-activity-called-once branch January 31, 2026 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TapActivity triggers twice

1 participant