Skip to content

Commit 3a443e0

Browse files
committed
🎨 [Design] Removed back button from chapters
1 parent 74bea8e commit 3a443e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ui/screen/lesson_selector_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class _LessonSelectorScreenState extends State<LessonSelectorScreen> {
5353
centerTitle: false,
5454
backgroundColor: Colors.white,
5555
forceElevated: true,
56+
automaticallyImplyLeading: false,
5657
),
5758
SliverList(
5859
delegate: SliverChildBuilderDelegate((context, index) {

0 commit comments

Comments
 (0)