Fixed typo in reference to strings

This commit is contained in:
Corewala 2021-12-08 15:46:30 -05:00
parent 879bbb3c1b
commit 16100819c3
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ class GemActivity : AppCompatActivity() {
}catch (e: ActivityNotFoundException){
showAlert(
String.format(
getString(R.string.not_app_installed_that_can_open),
getString(R.string.no_app_installed_that_can_open),
state.uri
)
)