[PR #6618] Remove remember ViewModel #12866

Closed
opened 2026-04-11 03:52:33 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/bitwarden/android/pull/6618

State: closed
Merged: Yes


🎟️ Tracking

N/A

📔 Objective

This PR removes all the instances of remeber(viewModel) from the click listeners in the codebase. These extra remebers are no longer needed since strong skipping will handle this for us. This will simplify a lot of our UIs.

**Original Pull Request:** https://github.com/bitwarden/android/pull/6618 **State:** closed **Merged:** Yes --- ## 🎟️ Tracking N/A ## 📔 Objective This PR removes all the instances of `remeber(viewModel)` from the click listeners in the codebase. These extra remebers are no longer needed since [strong skipping](https://developer.android.com/develop/ui/compose/performance/stability/strongskipping) will handle this for us. This will simplify a lot of our UIs.
GiteaMirror added the pull-request label 2026-04-11 03:52:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#12866