Fix missing string resource that has been renamed
This commit is contained in:
parent
a412c62c35
commit
efcd9d3fff
@ -29,7 +29,7 @@ abstract class Searchable : Comparable<Searchable> {
|
|||||||
context.startActivity(intent, options)
|
context.startActivity(intent, options)
|
||||||
true
|
true
|
||||||
} catch (e: ActivityNotFoundException) {
|
} catch (e: ActivityNotFoundException) {
|
||||||
Toast.makeText(context, context.getString(R.string.activity_not_found_searchable, label), Toast.LENGTH_SHORT).show()
|
Toast.makeText(context, context.getString(R.string.error_activity_not_found, label), Toast.LENGTH_SHORT).show()
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user