mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix launch application #996
This commit is contained in:
@@ -138,11 +138,11 @@ class TextFieldView @JvmOverloads constructor(context: Context,
|
||||
when {
|
||||
labelView.text.contains(APPLICATION_ID_FIELD_NAME) -> {
|
||||
val packageName = valueView.text.toString()
|
||||
if (UriUtil.isExternalAppInstalled(context, packageName)) {
|
||||
// TODO #996 if (UriUtil.isExternalAppInstalled(context, packageName)) {
|
||||
valueView.customLink {
|
||||
UriUtil.openExternalApp(context, packageName)
|
||||
}
|
||||
}
|
||||
//}
|
||||
}
|
||||
else -> {
|
||||
LinkifyCompat.addLinks(valueView, Linkify.WEB_URLS or Linkify.EMAIL_ADDRESSES)
|
||||
|
||||
Reference in New Issue
Block a user