Skip to content

Conversation

amire80
Copy link
Collaborator

@amire80 amire80 commented Oct 12, 2025

Description (required)

Resolves issue #6492.

Remove the title of a web activity and the accompanying string resource.

This was not a real translatable message, but something that looks more like an identifier that shouldn't be translated. As far as I can tell, it's not seen anywhere in the interface because the actual title is set in the code that calls it.

Tests performed (required)

I ran it in the emulator, and the "Vanish account" function, which uses this activity, works as it worked before.

Resolves issue commons-app#6492.

Remove the title of a web activity and the accompanying
string resource.

This was not a real translatable message, but something that
looks more like an identifier that shouldn't be translated.
As far as I can tell, it's not seen anywhere in the interface
because the actual title is set in the code that calls it.
Copy link

✅ Generated APK variants!

@nicolas-raoul nicolas-raoul requested a review from Copilot October 13, 2025 09:08
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the unused string resource title_activity_single_web_view and its reference from the AndroidManifest.xml. The change eliminates what appears to be a non-translatable identifier string that was not actually displayed in the UI.

  • Removed the unused string resource title_activity_single_web_view from strings.xml
  • Removed the label attribute reference from SingleWebViewActivity in AndroidManifest.xml

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
app/src/main/res/values/strings.xml Removed the unused string resource for SingleWebViewActivity title
app/src/main/AndroidManifest.xml Removed the label attribute reference to the deleted string resource

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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.

1 participant