From 2a5eda43a90079b1d39ce65150b85fcda40ab4bb Mon Sep 17 00:00:00 2001
From: Moe <moe@chocola.dev>
Date: Mon, 16 May 2022 10:17:39 +0700
Subject: [PATCH] Remove back button

---
 lib/screens/home.dart | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/screens/home.dart b/lib/screens/home.dart
index a85e15f..0aa0326 100644
--- a/lib/screens/home.dart
+++ b/lib/screens/home.dart
@@ -18,6 +18,7 @@ class Home extends StatelessWidget {
         title: const Text('Nekoya'),
         centerTitle: true,
         backgroundColor: const Color(0xff212226),
+        automaticallyImplyLeading: false,
       ),
       body: SafeArea(
         child: SingleChildScrollView(