mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-13 02:11:07 -04:00
AppDetailsFragment: Localize app launch error
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -616,7 +616,7 @@ class AppDetailsFragment : BaseFragment<FragmentDetailsBinding>() {
|
||||
try {
|
||||
startActivity(intent)
|
||||
} catch (exception: ActivityNotFoundException) {
|
||||
toast("Unable to open app")
|
||||
toast(getString(R.string.unable_to_open))
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -483,4 +483,5 @@
|
||||
|
||||
<!-- AppDetailsFragment -->
|
||||
<string name="action_unarchive">Unarchive</string>
|
||||
<string name="unable_to_open">Unable to open app</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user