AppDetailsFragment: Also show Unarchive as primary action

Show action text as "Unarchive" if the package was archived instead of "Install"

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-12-21 12:35:39 +07:00
parent 42f87b5f64
commit d48e24f376
3 changed files with 21 additions and 3 deletions

View File

@@ -480,4 +480,7 @@
<!-- SpoofFragment -->
<string name="default_spoof">Default</string>
<string name="available_spoof">Available</string>
<!-- AppDetailsFragment -->
<string name="action_unarchive">Unarchive</string>
</resources>