AppDetailsFragment: Bring back installed to update version info

Dropped accidentally while reworking install buttons

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-12-31 18:27:09 +07:00
parent 9693a597c8
commit 540054af13
3 changed files with 24 additions and 5 deletions

View File

@@ -485,4 +485,5 @@
<!-- AppDetailsFragment -->
<string name="action_unarchive">Unarchive</string>
<string name="unable_to_open">Unable to open app</string>
<string name="version_update" translatable="false"><xliff:g id="installed_version_name">%1$s</xliff:g> (<xliff:g id="installed_version_code">%2$d</xliff:g>) ➔ <xliff:g id="update_version_name">%3$s</xliff:g> (<xliff:g id="update_version_code">%4$d</xliff:g>)</string>
</resources>