Skip to content

Commit

Permalink
Tweak study list screen
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 12, 2024
1 parent 4b73cad commit 78c3e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions lib/src/view/study/study_list_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ class _StudyListItem extends StatelessWidget {
),
onTap: () => pushPlatformRoute(
context,
rootNavigator: true,
builder: (context) => StudyScreen(id: study.id),
),
);
Expand Down
1 change: 0 additions & 1 deletion lib/src/view/tools/tools_tab_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ class _Body extends ConsumerWidget {
onTap: () => pushPlatformRoute(
context,
builder: (context) => const StudyListScreen(),
rootNavigator: true,
),
),
_ToolsButton(
Expand Down

0 comments on commit 78c3e5e

Please sign in to comment.