Skip to content

Commit

Permalink
re-add home page key
Browse files Browse the repository at this point in the history
  • Loading branch information
mjansen4857 committed Oct 6, 2024
1 parent 6f000f9 commit 698008f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
@override
Widget build(BuildContext context) {
return Scaffold(
key: _key,
appBar: CustomAppBar(
leading: Builder(
builder: (BuildContext context) {
Expand Down

0 comments on commit 698008f

Please sign in to comment.