mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix template order
This commit is contained in:
@@ -27,9 +27,9 @@ abstract class TemplateEngine(private val mDatabase: DatabaseKDBX) {
|
||||
templateGroup.getChildEntries().forEach { templateEntry ->
|
||||
getTemplateFromTemplateEntry(templateEntry)?.let {
|
||||
mCacheTemplates[templateEntry.id] = it
|
||||
templates.add(it)
|
||||
}
|
||||
}
|
||||
templates.addAll(mCacheTemplates.values)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
Log.e(TAG, "Unable to get templates from group", e)
|
||||
|
||||
Reference in New Issue
Block a user