Skip to content

Prevent opening the same channel on double tap #4827

Martin Santangelo requested to merge js/fix-channel-repeated-navigation into master

Ticket(s) / Related Merge Requests

#4827 (closed)

Summary of Changes

  • Defined a Screen ID based on the GUID of the channel. This prevents the stack to push a new screen for the same channel

  • Cleaned old logic used to prevent opening the same channel from an activity

  • Changelog file updated with this template (one or more)

    • Added for new features.
    • Changed for changes in existing functionality.
    • Deprecated for soon-to-be removed features.
    • Removed for now removed features.
    • Fixed for any bug fixes.
    • Security in case of vulnerabilities.

Testing Considerations

  • Tap on the top avatar many times (fast)

  • Only one channel screen should open

  • Tap on a post avatar many times (fast()

  • Only one channel screen should open

Regression Scope

It should only affect navigation to channel screens

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

android device

Screenshots

imagen

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports