fix: update date-times on app resume

This commit is contained in:
Jannis Mattheis
2024-08-01 21:39:17 +02:00
parent d1e1703d83
commit 83e2eaabf4

View File

@@ -332,6 +332,8 @@ internal class MessagesActivity :
} }
} }
} }
// Force re-render of all items to update relative date-times on app resume.
listMessageAdapter.notifyDataSetChanged()
selectAppInMenu(binding.navView.menu.findItem(selectedIndex)) selectAppInMenu(binding.navView.menu.findItem(selectedIndex))
super.onResume() super.onResume()
} }