mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix template crash
This commit is contained in:
@@ -119,8 +119,8 @@ class TemplateView @JvmOverloads constructor(context: Context,
|
||||
|
||||
// Hide empty custom fields
|
||||
emptyCustomFields.forEach { customFieldId ->
|
||||
templateContainerView.findViewById<View>(customFieldId.viewId)
|
||||
.isVisible = false
|
||||
templateContainerView.findViewById<View?>(customFieldId.viewId)
|
||||
?.isVisible = false
|
||||
}
|
||||
|
||||
mEntryInfo?.let { entryInfo ->
|
||||
|
||||
Reference in New Issue
Block a user