Only show own activity in last activity

This commit is contained in:
2026-01-21 14:32:25 +01:00
parent 7416f7c29b
commit a32fa17b43
4 changed files with 41 additions and 24 deletions

View File

@@ -40,7 +40,7 @@ class _MainViewState extends State<MainView> {
),
BottomNavigationBarItem(
icon: Icon(Icons.history),
label: 'Last Heard',
label: 'Last Activity',
),
BottomNavigationBarItem(
icon: Icon(Icons.more_horiz),