Skip to content

Commit

Permalink
fix: update date-times on app resume
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Aug 1, 2024
1 parent d1e1703 commit 83e2eaa
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
super.onResume()
}
Expand Down

0 comments on commit 83e2eaa

Please sign in to comment.