Skip to content

Commit 8211457

Browse files
Disable BuildDrawer integration (#47)
Co-authored-by: theEvilReaper <[email protected]>
1 parent 5a0a8a9 commit 8211457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/feature/base/base_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class BasePage extends StatelessWidget {
4242
Expanded(child: child),
4343
],
4444
),
45-
endDrawer: const BuildDrawer(),
45+
//endDrawer: const BuildDrawer(),
4646
);
4747
}
4848
}

0 commit comments

Comments
 (0)