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

Closed
opened 2025-11-26 23:44:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3821
Author: @geek5nan
Created: 8/23/2024
Status: Merged
Merged: 8/26/2024
Merged by: @SaintPatrck

Base: mainHead: fix-typo


📝 Commits (1)

  • 309292a Fix typo in method name: shouldShouldRequestPermissionRationale -> shouldShowRequestPermissionRationale

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/permissions/PermissionsManager.kt (+1 -1)
📝 app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/permissions/PermissionsManagerImpl.kt (+1 -1)
📝 app/src/test/java/com/x8bit/bitwarden/ui/platform/manager/permissions/FakePermissionManager.kt (+1 -1)

📄 Description

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!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/3821 **Author:** [@geek5nan](https://github.com/geek5nan) **Created:** 8/23/2024 **Status:** ✅ Merged **Merged:** 8/26/2024 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `fix-typo` --- ### 📝 Commits (1) - [`309292a`](https://github.com/bitwarden/android/commit/309292a4151deef4fc59165f7b645389e20f2f6c) Fix typo in method name: shouldShouldRequestPermissionRationale -> shouldShowRequestPermissionRationale ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/permissions/PermissionsManager.kt` (+1 -1) 📝 `app/src/main/java/com/x8bit/bitwarden/ui/platform/manager/permissions/PermissionsManagerImpl.kt` (+1 -1) 📝 `app/src/test/java/com/x8bit/bitwarden/ui/platform/manager/permissions/FakePermissionManager.kt` (+1 -1) </details> ### 📄 Description ### 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:44:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4444