[PR #3821] [PM-11307] Fix typo in method name: shouldShouldRequestPermissionRationale #10587

Closed
opened 2026-04-11 02:46:17 -05:00 by GiteaMirror · 0 comments
Owner

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

State: closed
Merged: Yes


Summary

This PR addresses a typo in the codebase where the method shouldShowRequestPermissionRationale was incorrectly named as shouldShouldRequestPermissionRationale.

Details

  • Renamed the method shouldShouldRequestPermissionRationale to the correct name shouldShowRequestPermissionRationale.
  • Updated all instances where the incorrect method name was used.

Impact

This change should improve code readability and prevent any potential confusion or errors related to this method.

Thank you for your consideration!

**Original Pull Request:** https://github.com/bitwarden/android/pull/3821 **State:** closed **Merged:** Yes --- ### Summary This PR addresses a typo in the codebase where the method `shouldShowRequestPermissionRationale` was incorrectly named as `shouldShouldRequestPermissionRationale`. ### Details - Renamed the method `shouldShouldRequestPermissionRationale` to the correct name `shouldShowRequestPermissionRationale`. - Updated all instances where the incorrect method name was used. ### Impact This change should improve code readability and prevent any potential confusion or errors related to this method. Thank you for your consideration!
GiteaMirror added the pull-request label 2026-04-11 02:46:17 -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#10587