Skip to content

Commit

Permalink
remove duplicated apps caused by merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
o-bagge committed Feb 20, 2024
1 parent 305d803 commit 1f6b48d
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions open_earable/lib/apps_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,26 +113,6 @@ class AppsTab extends StatelessWidget {
data: materialTheme,
child: TightnessMeter(_openEarable)))));
}),
AppInfo(
iconData: Icons.face_5,
title: "Powernapper Alarm Clock",
description: "Powernapping timer!",
onTap: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => SleepHomeScreen(_openEarable)));
}),
AppInfo(
iconData: Icons.music_note,
title: "Tightness Meter",
description: "Track your headbanging.",
onTap: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => TightnessMeter(_openEarable)));
}),
// ... similarly for other apps
];
}
Expand Down

0 comments on commit 1f6b48d

Please sign in to comment.