In activity_page, the duration placeholder from the re-design was never updated to be accurate. It currently is a static number. `String _entryDuration(_ActivityEntry entry) { return entry.durationLabel ?? (entry.motion ? '0:12' : '0:08'); }`
In activity_page, the duration placeholder from the re-design was never updated to be accurate. It currently is a static number.
String _entryDuration(_ActivityEntry entry) { return entry.durationLabel ?? (entry.motion ? '0:12' : '0:08'); }