From 17a94e2f040748841c0138a3fa9cc60a840f75a0 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Wed, 14 Aug 2024 12:32:50 -0400 Subject: [PATCH] Digital PCT265 story VZWYZDG-1866 - Ensure the footer stays at the bottom. --- MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift b/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift index 218c1eeb..3e78dc86 100644 --- a/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift +++ b/MVMCoreUI/Atomic/Templates/MoleculeListTemplate.swift @@ -282,6 +282,9 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol if let selectedIndex = selectedIndex { tableView.selectRow(at: selectedIndex, animated: false, scrollPosition: .none) } + + // If the height of the cells change, we need to update the constraints. + view.setNeedsUpdateConstraints() } ///Helper functions to update header/footer view